dont cache ogdo stuff on clients

This commit is contained in:
jaina heartles 2024-04-20 02:53:01 -07:00
parent ac9b23d894
commit f27bc853aa
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
extraConfig = ''
error_page 404 /;
access_log /var/log/nginx/ogdo.log combined;
add_header 'Cache-Control' 'no-cache';
'';
locations."/" = { index = "/index.html"; };