fix: flux
This commit is contained in:
@@ -19,6 +19,10 @@ server {
|
||||
add_header Cache-Control "no-store";
|
||||
}
|
||||
|
||||
location ~ ^/flux/flux(\.min)?\.(js|css)$ {
|
||||
expires off;
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
}
|
||||
# -------------------------------------------------
|
||||
# Static assets with long caching
|
||||
# -------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user