Update generic basic nginx to 8.3
This commit is contained in:
parent
c707c3fbb2
commit
12beccad9b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user