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 25f0631 commit 4dc5065Copy full SHA for 4dc5065
webserver/extra/httpd-vhosts.conf
@@ -69,7 +69,7 @@ TransferLog "/usr/local/apache2/logs/access_log"
69
Options FollowSymLinks
70
AllowOverride None
71
</Directory>
72
-
+
73
<Directory "/var/www/html">
74
DirectoryIndex index.php
75
Options Indexes FollowSymLinks
@@ -80,7 +80,7 @@ TransferLog "/usr/local/apache2/logs/access_log"
80
Require all granted
81
</IfModule>
82
83
84
# Proxy .php requests to port 9000 of the php-fpm container
85
<FilesMatch \.php$>
86
SetHandler proxy:fcgi://drupal:9000
0 commit comments