We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2453930 + 7da1edf commit 74f0a4bCopy full SHA for 74f0a4b
templates/horizon/config/httpd.conf
@@ -64,4 +64,7 @@ LogLevel debug
64
WSGIDaemonProcess apache display-name=horizon group=apache processes=4 threads=1 user=apache
65
WSGIProcessGroup apache
66
WSGIScriptAlias /dashboard "/usr/share/openstack-dashboard/openstack_dashboard/wsgi.py"
67
+
68
+ ## Extend LimitReqeustBody to 10GB
69
+ LimitRequestBody 10737418240
70
</VirtualHost>
0 commit comments