minor fix on AutoConf logs and auto disable etag with reverse proxy

This commit is contained in:
bunkerity
2021-04-09 09:51:17 +02:00
parent 7c4894d3b8
commit a122a259c0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
location %REVERSE_PROXY_URL% {
etag off;
proxy_pass %REVERSE_PROXY_HOST%;
%REVERSE_PROXY_HEADERS%
%REVERSE_PROXY_WS%