File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments