disabled nginx proxying cache
This commit is contained in:
@@ -17,6 +17,7 @@ server {
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-NginX-Proxy true;
|
||||
proxy_set_header X-Ssl on;
|
||||
proxy_cache off;
|
||||
|
||||
proxy_pass http://app;
|
||||
proxy_redirect off;
|
||||
|
||||
Reference in New Issue
Block a user