From 39fdf3a44c2ab5a131fb1b78f06a9af3a4b861fa Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 12 Jun 2023 00:51:14 +0200 Subject: [PATCH] Fix log of generic nginx --- nginx/x-generic.basic.local.loken.nl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }