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