Update phpmyadmin nginx to php 8.3
This commit is contained in:
parent
787ac4f3b0
commit
37fcfe652f
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user