Skip to content
Snippets Groups Projects
Commit 4a056e82 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

update nginx cache control

parent 143705d5
No related branches found
No related tags found
No related merge requests found
Pipeline #6019 passed
......@@ -50,7 +50,7 @@ http {
try_files $uri =404;
expires 1y;
access_log off;
add_header Cache-Control "public";
add_header Cache-Control "public, max-age=60";
}
# Any route containing a file extension (e.g. /devicesfile.js)
......
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