Skip to content

Commit 74f0a4b

Browse files
Merge pull request #485 from mcgonago/osprh_17359_limitRequestBody_set_10Gv2
add/setLimitRequestBody parameter to 10G
2 parents 2453930 + 7da1edf commit 74f0a4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/horizon/config/httpd.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,7 @@ LogLevel debug
6464
WSGIDaemonProcess apache display-name=horizon group=apache processes=4 threads=1 user=apache
6565
WSGIProcessGroup apache
6666
WSGIScriptAlias /dashboard "/usr/share/openstack-dashboard/openstack_dashboard/wsgi.py"
67+
68+
## Extend LimitReqeustBody to 10GB
69+
LimitRequestBody 10737418240
6770
</VirtualHost>

0 commit comments

Comments
 (0)