disabled nginx proxying cache

This commit is contained in:
2023-06-16 16:24:16 +02:00
parent c30930bf8b
commit 42b43be7ec
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -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;