mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 03:57:06 +03:00
disable logging again
This commit is contained in:
@@ -26,6 +26,8 @@ http {
|
|||||||
keepalive_timeout 5;
|
keepalive_timeout 5;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
|
access_log off;
|
||||||
|
error_log /dev/null crit;
|
||||||
|
|
||||||
upstream backend_GET {
|
upstream backend_GET {
|
||||||
ip_hash;
|
ip_hash;
|
||||||
|
|||||||
Reference in New Issue
Block a user