Update phpmyadmin nginx to php 8.3

This commit is contained in:
Tim 2024-01-16 17:10:00 +01:00
parent 787ac4f3b0
commit 37fcfe652f

View File

@ -41,7 +41,7 @@ server {
include snippets/fastcgi-php.conf; include snippets/fastcgi-php.conf;
# #
# # With php-fpm (or other unix sockets): # # 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): # # With php-cgi (or other tcp sockets):
# fastcgi_pass 127.0.0.1:9000; # fastcgi_pass 127.0.0.1:9000;
} }