Fix log of generic nginx
This commit is contained in:
parent
2a59c9c25d
commit
39fdf3a44c
@ -41,7 +41,7 @@ server {
|
|||||||
include snippets/fastcgi-php.conf;
|
include snippets/fastcgi-php.conf;
|
||||||
#
|
#
|
||||||
# # With php-fpm (or other unix sockets):
|
# # 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):
|
# # With php-cgi (or other tcp sockets):
|
||||||
# fastcgi_pass 127.0.0.1:9000;
|
# fastcgi_pass 127.0.0.1:9000;
|
||||||
}
|
}
|
||||||
@ -53,8 +53,8 @@ server {
|
|||||||
# deny all;
|
# deny all;
|
||||||
#}
|
#}
|
||||||
|
|
||||||
error_log /var/log/nginx/travian_error.log;
|
error_log /var/log/nginx/generic_basic_error.log;
|
||||||
access_log /var/log/nginx/travian_access.log;
|
access_log /var/log/nginx/generic_basic_access.log;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user