diff --git a/doc/source/admin/customize-configure.rst b/doc/source/admin/customize-configure.rst index c9055823dd..e7a106cb3f 100644 --- a/doc/source/admin/customize-configure.rst +++ b/doc/source/admin/customize-configure.rst @@ -337,13 +337,7 @@ Use a domain that fits your current setup. WSGIDaemonProcess horizon user=www-data group=www-data processes=3 threads=10 Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/ - =2.4> - Require all granted - - - Order allow,deny - Allow from all - + Require all granted **Example After** @@ -385,15 +379,7 @@ Use a domain that fits your current setup. Options None AllowOverride None - # For Apache http server 2.4 and later: - =2.4> - Require all granted - - # For Apache http server 2.2 and earlier: - - Order allow,deny - Allow from all - + Require all granted