We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e8258 commit 9bd2a09Copy full SHA for 9bd2a09
nginx/templates/servers.conf.template
@@ -22,6 +22,8 @@ server {
22
proxy_cache_valid any 1m;
23
proxy_cache_revalidate on;
24
proxy_cache_use_stale error timeout updating;
25
+
26
+ proxy_cache_bypass $http_pragma $http_cache_control;
27
28
proxy_pass http://payload:3000;
29
}
0 commit comments