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