Skip to content

Commit 5241dd7

Browse files
committed
Update httpd-vhosts.conf
1 parent 6c8556b commit 5241dd7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

webserver/extra/httpd-vhosts.conf

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,26 @@ TransferLog "/usr/local/apache2/logs/access_log"
4242
# Protocols h2 http/1.1
4343

4444
<Directory />
45-
Options FollowSymLinks
46-
AllowOverride None
45+
Options FollowSymLinks
46+
AllowOverride None
4747
</Directory>
4848

4949
<Directory /var/www/html>
50-
DirectoryIndex index.php
51-
Options Indexes FollowSymLinks
52-
AllowOverride All
53-
Order allow,deny
54-
Allow from all
55-
<IfModule mod_authz_core.c>
56-
Require all granted
57-
</IfModule>
50+
DirectoryIndex index.php
51+
Options FollowSymLinks
52+
AllowOverride All
53+
Order allow,deny
54+
Allow from all
55+
<IfModule mod_authz_core.c>
56+
Require all granted
57+
</IfModule>
5858
</Directory>
5959

6060
# Proxy .php requests to port 9000 of the php-fpm container
6161
<FilesMatch \.php$>
62-
SetHandler proxy:fcgi://cakephp:9000
63-
# for Unix sockets, Apache 2.4.10 or higher
64-
# SetHandler proxy:unix:/path/to/fpm.sock|fcgi://dummy
62+
SetHandler proxy:fcgi://cakephp:9000
63+
# for Unix sockets, Apache 2.4.10 or higher
64+
# SetHandler proxy:unix:/path/to/fpm.sock|fcgi://dummy
6565
</FilesMatch>
6666

6767
</VirtualHost>

0 commit comments

Comments
 (0)