update nginx conf after upgrade to deb11

This commit is contained in:
creme 2021-08-21 06:13:38 +00:00
parent c11dc15fe3
commit ca3dc0ec85
5 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1 @@
/usr/share/nginx/modules-available/mod-http-geoip2.conf

View File

@ -0,0 +1 @@
/usr/share/nginx/modules-available/mod-stream-geoip.conf

View File

@ -0,0 +1 @@
/usr/share/nginx/modules-available/mod-stream-geoip2.conf

View File

@ -26,7 +26,7 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
}
include snippets/favicon;

View File

@ -7,4 +7,4 @@ if (!-f $request_filename) {
}
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
fastcgi_pass unix:/run/php/php7.4-fpm.sock;