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 0ffce4b commit 4202cbcCopy full SHA for 4202cbc
webserver/extra/httpd-vhosts.conf
@@ -45,14 +45,14 @@ LoadModule proxy_fcgi_module /usr/local/apache2/modules/mod_proxy_fcgi.so
45
</IfModule>
46
</Directory>
47
48
- # Proxy .php requests to port 9000 of the php-fpm container
+ # Proxy .php requests to port 9000 of the php-fpm container
49
<FilesMatch \.php$>
50
SetHandler proxy:fcgi://laravel:9000
51
# for Unix sockets, Apache 2.4.10 or higher
52
# SetHandler proxy:unix:/path/to/fpm.sock|fcgi://dummy
53
</FilesMatch>
54
55
- # Send apache logs to stdout and stderr
+ # Send apache logs to stdout and stderr
56
CustomLog /proc/self/fd/1 common
57
ErrorLog /proc/self/fd/2
58
</VirtualHost>
0 commit comments