Skip to content

Commit ad23214

Browse files
committed
Remove nginx cache
1 parent 4716c7f commit ad23214

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

nginx/templates/servers.conf.template

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ server {
1515

1616
client_max_body_size 15M;
1717

18-
proxy_cache_key $uri;
19-
proxy_cache vector_cache;
20-
proxy_cache_valid 200 302 10m;
21-
proxy_cache_valid 404 1m;
22-
proxy_cache_valid any 1m;
23-
proxy_cache_revalidate on;
24-
proxy_cache_use_stale error timeout updating;
18+
# proxy_cache_key $uri;
19+
# proxy_cache vector_cache;
20+
# proxy_cache_valid 200 302 10m;
21+
# proxy_cache_valid 404 1m;
22+
# proxy_cache_valid any 1m;
23+
# proxy_cache_revalidate on;
24+
# proxy_cache_use_stale error timeout updating;
2525

2626
proxy_cache_bypass $http_cache_control;
2727

0 commit comments

Comments
 (0)