1
0
Fork 0

Update php-handler to php8.1 socket

This commit is contained in:
Tobias Strobel 2023-03-14 10:04:22 +00:00
parent 9a0c3bb30b
commit f9514fa626
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
upstream php-handler { upstream php-handler {
server unix:/run/php/php8.0-fpm.sock; server unix:/run/php/php8.1-fpm.sock;
} }
server { server {
listen 80 default_server; listen 80 default_server;