disable logging again

This commit is contained in:
Ajay Ramachandran
2021-12-29 23:33:00 +01:00
parent 00d7e1f058
commit ceabeefe21

View File

@@ -26,6 +26,8 @@ http {
keepalive_timeout 5;
proxy_http_version 1.1;
proxy_set_header Connection "";
access_log off;
error_log /dev/null crit;
upstream backend_GET {
ip_hash;