File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ ###################################################################################################
2+ #### This configuration file which limits the request body size for an Apache proxy
3+ ####
4+ #### The workflow will create a *.conf file in the directory which Apache uses to check for
5+ #### additional proxy configuration which extends the existing Apache proxy configuration.
6+ ####
7+ #### The value which LimitRequestBody accepts is a number, and represent bytes. In this case the
8+ #### request body is limited to 102400 bytes.
9+ ####
10+ #### This will work for Apache proxy servers running on both Amazon Linux and Amazon Linux 2 AMIs
11+ ####
12+ #### Author: @pedreviljoen
13+ ###################################################################################################
14+
15+ files:
16+ "/etc/httpd/conf.d/filelimit.conf":
17+ mode: "000755"
18+ owner: root
19+ group: root
20+ content: |
21+ LimitRequestBody 102400
You can’t perform that action at this time.
0 commit comments