refactor and disable access logs for stats and version (#8259)

This commit is contained in:
Blake Blackshear
2023-10-21 09:15:24 -04:00
committed by GitHub
parent c8b38bdd47
commit 18545718c1
2 changed files with 27 additions and 28 deletions

View File

@@ -0,0 +1,4 @@
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;