mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +07:00
fixed nginx cache
This commit is contained in:
parent
91fc203b0a
commit
4fe8e5d9fe
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ http {
|
|||
location / {
|
||||
gzip_static on;
|
||||
try_files $uri @index;
|
||||
}
|
||||
|
||||
location @index {
|
||||
add_header Cache-Control "no-store, no-cache, must-revalidate";
|
||||
expires -1;
|
||||
try_files /index.html =404;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue