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.
1 parent f630dda commit 6e41914Copy full SHA for 6e41914
webserver/extra/httpd-vhosts.conf
@@ -37,13 +37,13 @@ LoadModule proxy_fcgi_module /usr/local/apache2/modules/mod_proxy_fcgi.so
37
</Directory>
38
<Directory /var/www/html>
39
DirectoryIndex index.php
40
- Options Indexes FollowSymLinks
41
- AllowOverride All
42
- Order allow,deny
43
- Allow from all
44
- <IfModule mod_authz_core.c>
45
- Require all granted
46
- </IfModule>
+ Options Indexes FollowSymLinks
+ AllowOverride All
+ Order allow,deny
+ Allow from all
+ <IfModule mod_authz_core.c>
+ Require all granted
+ </IfModule>
47
48
49
# Proxy .php requests to port 9000 of the php-fpm container
0 commit comments