Skip to content

Commit 4dc5065

Browse files
committed
Update httpd-vhosts.conf
1 parent 25f0631 commit 4dc5065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webserver/extra/httpd-vhosts.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ TransferLog "/usr/local/apache2/logs/access_log"
6969
Options FollowSymLinks
7070
AllowOverride None
7171
</Directory>
72-
72+
7373
<Directory "/var/www/html">
7474
DirectoryIndex index.php
7575
Options Indexes FollowSymLinks
@@ -80,7 +80,7 @@ TransferLog "/usr/local/apache2/logs/access_log"
8080
Require all granted
8181
</IfModule>
8282
</Directory>
83-
83+
8484
# Proxy .php requests to port 9000 of the php-fpm container
8585
<FilesMatch \.php$>
8686
SetHandler proxy:fcgi://drupal:9000

0 commit comments

Comments
 (0)