Skip to content

Commit 8aca354

Browse files
committed
Update httpd-vhosts.conf
1 parent 6ce93bb commit 8aca354

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
@@ -44,14 +44,14 @@ LoadModule proxy_fcgi_module /usr/local/apache2/modules/mod_proxy_fcgi.so
4444
Require all granted
4545
</IfModule>
4646
</Directory>
47-
# Proxy .php requests to port 9000 of the php-fpm container
47+
# Proxy .php requests to port 9000 of the php-fpm container
4848
<FilesMatch \.php$>
4949
SetHandler proxy:fcgi://cakephp:9000
5050
# for Unix sockets, Apache 2.4.10 or higher
5151
# SetHandler proxy:unix:/path/to/fpm.sock|fcgi://dummy
5252
</FilesMatch>
5353

54-
# Send apache logs to stdout and stderr
54+
# Send apache logs to stdout and stderr
5555
CustomLog /proc/self/fd/1 common
5656
ErrorLog /proc/self/fd/2
5757
</VirtualHost>

0 commit comments

Comments
 (0)