From d3c1b358a565831c037629412a38ed0ad8d030be Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 1 Nov 2023 09:38:57 +0300 Subject: [PATCH] nginx.conf: fix config --- nginx.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nginx.conf b/nginx.conf index 9fd14f3..55626e7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,8 +1,3 @@ - -upstream auth_server { - server auth_server:80; -} - server { listen 80; @@ -18,7 +13,6 @@ server { location / { - # kill cache add_header Last-Modified $date_gmt; add_header Cache-Control 'no-store, no-cache'; @@ -31,7 +25,6 @@ server { } location /download { - auth_request /auth; proxy_pass $URL_DOWNLOAD; } } \ No newline at end of file