change deployment setup; notes, todo;

This commit is contained in:
Dobromir Popov
2024-05-23 02:48:09 +03:00
parent 08cc5498d5
commit 8b3f13d2ee
4 changed files with 15 additions and 3 deletions

View File

@ -7,5 +7,10 @@ server {
location / {
try_files $uri $uri/ /index.html;
# Prevent caching
add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0";
add_header Pragma "no-cache";
add_header Expires "0";
}
}