diff --git a/nginx/x-generic.basic.local.loken.nl b/nginx/x-generic.basic.local.loken.nl index 7433970..22141c8 100644 --- a/nginx/x-generic.basic.local.loken.nl +++ b/nginx/x-generic.basic.local.loken.nl @@ -41,7 +41,7 @@ server { include snippets/fastcgi-php.conf; # # # With php-fpm (or other unix sockets): - fastcgi_pass unix:/run/php/php8.0-fpm.sock; + fastcgi_pass unix:/run/php/php8.1-fpm.sock; # # With php-cgi (or other tcp sockets): # fastcgi_pass 127.0.0.1:9000; } @@ -53,8 +53,8 @@ server { # deny all; #} - error_log /var/log/nginx/travian_error.log; - access_log /var/log/nginx/travian_access.log; + error_log /var/log/nginx/generic_basic_error.log; + access_log /var/log/nginx/generic_basic_access.log; }