chore: update 1 file(s)

This commit is contained in:
mike
2025-12-28 05:27:30 +01:00
parent 2b6a0c866f
commit 7e7439d5c2

View File

@@ -4,6 +4,11 @@ server {
root /usr/share/nginx/html;
index index.html;
# Disable caching for all responses
add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0";
add_header Pragma "no-cache";
expires off;
# Favicon
location = /favicon.ico {
try_files /favicon.ico =204;