Update php-handler to php8.1 socket
This commit is contained in:
parent
9a0c3bb30b
commit
f9514fa626
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue