Skip to content
Snippets Groups Projects
Commit e06ba7ab authored by Alejandro De Maria Antolinos's avatar Alejandro De Maria Antolinos
Browse files

Merge branch '559-disable_caching' into 'master'

Resolve "Caching on index.html requires hard refresh to see latest changes"

Closes #559

See merge request !578
parents a36745a5 1fdac375
No related branches found
No related tags found
1 merge request!578Resolve "Caching on index.html requires hard refresh to see latest changes"
Pipeline #61495 canceled
......@@ -10,6 +10,7 @@ server {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri /index.html;
add_header Cache-Control "no-store, no-cache, must-revalidate";
}
error_page 500 502 503 504 /50x.html;
......
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