changed php vesrion to 8.1

This commit is contained in:
2022-12-06 10:17:19 +01:00
committed by Gitea
parent 6f1683b934
commit ee5d6eef77
+1 -1
View File
@@ -11,7 +11,7 @@
include snippets/fastcgi-php.conf;
#
# With php-fpm (or other unix sockets):
fastcgi_pass unix:/run/php/php8.0-fpm.sock;
fastcgi_pass unix:/run/php/php8.1-fpm.sock;
# With php-cgi (or other tcp sockets):
# fastcgi_pass 127.0.0.1:9000;
}