Update generic basic nginx to 8.3

This commit is contained in:
Tim 2023-12-15 23:06:30 +01:00
parent c707c3fbb2
commit 12beccad9b

View File

@ -41,7 +41,7 @@ server {
include snippets/fastcgi-php.conf;
#
# # With php-fpm (or other unix sockets):
fastcgi_pass unix:/run/php/php8.1-fpm.sock;
fastcgi_pass unix:/run/php/php8.3-fpm.sock;
# # With php-cgi (or other tcp sockets):
# fastcgi_pass 127.0.0.1:9000;
}