mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +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 / {
|
location / {
|
||||||
gzip_static on;
|
gzip_static on;
|
||||||
try_files $uri @index;
|
try_files $uri @index;
|
||||||
}
|
|
||||||
|
|
||||||
location @index {
|
|
||||||
add_header Cache-Control "no-store, no-cache, must-revalidate";
|
add_header Cache-Control "no-store, no-cache, must-revalidate";
|
||||||
expires -1;
|
expires -1;
|
||||||
try_files /index.html =404;
|
try_files /index.html =404;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue