Fix log of generic nginx

This commit is contained in:
Tim 2023-06-12 00:51:14 +02:00
parent 2a59c9c25d
commit 39fdf3a44c

View File

@ -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;
}