Skip to content
Snippets Groups Projects
Commit 9a94aa35 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

increase cache duration

parent c8ecbc9e
No related branches found
No related tags found
No related merge requests found
Pipeline #9822 passed
......@@ -34,7 +34,7 @@ server {
#add_header 'Access-Control-Allow-Origin' $allow_origin;
# Set Cache-Control
add_header Cache-Control "max-age=3600, stale-while-revalidate=604800";
add_header Cache-Control "max-age=86400, stale-while-revalidate=604800";
# If you need to see nginx cache status. Uncomment line below.
add_header X-Cache-Status $upstream_cache_status;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment