diff --git a/templates/horizon/config/httpd.conf b/templates/horizon/config/httpd.conf index 9d668e4b..33b37347 100644 --- a/templates/horizon/config/httpd.conf +++ b/templates/horizon/config/httpd.conf @@ -64,4 +64,7 @@ LogLevel debug WSGIDaemonProcess apache display-name=horizon group=apache processes=4 threads=1 user=apache WSGIProcessGroup apache WSGIScriptAlias /dashboard "/usr/share/openstack-dashboard/openstack_dashboard/wsgi.py" + + ## Extend LimitReqeustBody to 10GB + LimitRequestBody 10737418240