diff --git a/012-nextcloud.conf b/012-nextcloud.conf index 5221077..d2d1d66 100644 --- a/012-nextcloud.conf +++ b/012-nextcloud.conf @@ -145,7 +145,7 @@ server { fastcgi_param modHeadersAvailable true; # Avoid sending the security headers twice fastcgi_param front_controller_active true; # Enable pretty urls #fastcgi_pass php-handler; - fastcgi_pass unix:/run/php/php8.0-fpm.sock; + fastcgi_pass unix:/run/php/php8.1-fpm.sock; fastcgi_intercept_errors on; fastcgi_request_buffering off; diff --git a/014-piwigo.conf b/014-piwigo.conf index dff208d..d56173a 100644 --- a/014-piwigo.conf +++ b/014-piwigo.conf @@ -84,7 +84,7 @@ server { # then Nginx will encounter an infinite rewriting loop when it prepends `/index.php` # to the URI, resulting in a HTTP 500 error response. location ~ \.php(?:$|/) { - fastcgi_pass unix:/run/php/php8.0-fpm.sock; + fastcgi_pass unix:/run/php/php8.1-fpm.sock; fastcgi_split_path_info ^(.+?\.php)(/.*)$; set $path_info $fastcgi_path_info; diff --git a/default b/default index 0075a2b..52f19ac 100644 --- a/default +++ b/default @@ -52,11 +52,6 @@ server { try_files $uri $uri/ /index.php?q=$uri&$args; } - #location /filtron { - # root /var/www/vhosts/solusar.de/subdomains/monitor/; - # index index.html; - #} - #location ~ \.php$ { # try_files $uri =404; # fastcgi_split_path_info ^(.+\.php)(/.+)$;