Skip to content

Commit 4202cbc

Browse files
committed
Update httpd-vhosts.conf
1 parent 0ffce4b commit 4202cbc

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
@@ -45,14 +45,14 @@ LoadModule proxy_fcgi_module /usr/local/apache2/modules/mod_proxy_fcgi.so
4545
</IfModule>
4646
</Directory>
4747

48-
# Proxy .php requests to port 9000 of the php-fpm container
48+
# Proxy .php requests to port 9000 of the php-fpm container
4949
<FilesMatch \.php$>
5050
SetHandler proxy:fcgi://laravel:9000
5151
# for Unix sockets, Apache 2.4.10 or higher
5252
# SetHandler proxy:unix:/path/to/fpm.sock|fcgi://dummy
5353
</FilesMatch>
5454

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

0 commit comments

Comments
 (0)