Changeset 3720 in MondoRescue for branches/3.3


Ignore:
Timestamp:
Aug 21, 2019, 8:23:03 AM (5 years ago)
Author:
Bruno Cornec
Message:

Increase upload size for trac

Location:
branches/3.3/ansible/roles
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/roles/httpd/tasks/main.yml

    r3716 r3720  
    2828
    2929- name: Configure Apache upload max
    30   lineinfile: path=/etc/httpd/conf/conf.d/fcgid.conf regexp='^[     ]*FcgidMaxRequestLen ' insertafter='[   ]*^#FcgidMaxRequestLen ' line='    FcgidMaxRequestLen 2000000'
     30  lineinfile: path=/etc/httpd/conf/conf.d/fcgid.conf regexp='^[     ]*FcgidMaxRequestLen ' insertafter='[   ]*^#FcgidMaxRequestLen ' line='    FcgidMaxRequestLen 3000000'
    3131  notify:
    3232    - restart httpd
  • branches/3.3/ansible/roles/trac/templates/trac.ini

    r3657 r3720  
    1616
    1717[attachment]
    18 max_size = 2000000
     18max_size = 3000000
    1919max_zip_size = 2097152
    2020render_unsafe_content = false
Note: See TracChangeset for help on using the changeset viewer.