Skip to content
Snippets Groups Projects
Commit 33ce0c13 authored by ale's avatar ale
Browse files

Do not cache 404s in nginx

parent c534e127
No related branches found
No related tags found
No related merge requests found
Pipeline #82331 passed
......@@ -26,7 +26,6 @@ proxy_cache_key "$scheme$host$request_uri$http_accept_simplified$sent_http_conte
proxy_no_cache $cookie_SSO $http_authorization;
proxy_cache_methods GET HEAD;
proxy_cache_valid 200 10m;
proxy_cache_valid 404 1m;
proxy_cache_min_uses 2;
# Show our own error pages, not the remote ones.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment