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

Increase upload size for trac

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.