Changeset 3720 in MondoRescue for branches/3.3/ansible/roles/httpd
- Timestamp:
- Aug 21, 2019, 8:23:03 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/ansible/roles/httpd/tasks/main.yml
r3716 r3720 28 28 29 29 - 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' 31 31 notify: 32 32 - restart httpd
Note:
See TracChangeset
for help on using the changeset viewer.