Skip to content

Commit 6e41914

Browse files
committed
Update httpd-vhosts.conf
1 parent f630dda commit 6e41914

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

webserver/extra/httpd-vhosts.conf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ LoadModule proxy_fcgi_module /usr/local/apache2/modules/mod_proxy_fcgi.so
3737
</Directory>
3838
<Directory /var/www/html>
3939
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>
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>
4747
</Directory>
4848

4949
# Proxy .php requests to port 9000 of the php-fpm container

0 commit comments

Comments
 (0)