Skip to content

Commit 9d966e6

Browse files
committed
Simplified socket path
1 parent 89357e8 commit 9d966e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/templates/apache2/vhost.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
# See: https://wiki.apache.org/httpd/PHP-FPM#apache_httpd_2.4
2727

2828
# For best performance, prefer socket use. This requires Linux, and that both Apache and PHP has access to
29-
# the socket file `/var/run/php/php8.3-fpm.sock` via local file system and hence run on the same machine.
30-
#SetHandler "proxy:unix:/var/run/php/php8.3-fpm.sock|fcgi://localhost/"
29+
# the socket file `/var/run/php/php-fpm.sock` via local file system and hence run on the same machine.
30+
#SetHandler "proxy:unix:/var/run/php/php-fpm.sock|fcgi://localhost/"
3131
# For TCP usage, if you're not on Linux, or Apache and PHP are on separate machines, instead use fcgi: form.
3232
# (Optionally hint php-fpm processes count using: https://wiki.apache.org/httpd/PHP-FPM#Proxy_via_handler)
3333
#SetHandler "proxy:fcgi://localhost/:9000"

resources/templates/nginx/vhost.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ server {
3232
include ibexa_params.d/ibexa_fastcgi_params;
3333

3434
# FPM socket
35-
# Possible values : unix:/var/run/php/php8.3-fpm.sock or 127.0.0.1:9000
35+
# Possible values : unix:/var/run/php/php-fpm.sock or 127.0.0.1:9000
3636
fastcgi_pass %FASTCGI_PASS%;
3737

3838
## Ibexa DXP ENVIRONMENT variables, used for customizing index.php execution (not used by console commands)

0 commit comments

Comments
 (0)