mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
Make staging assets expire fast.
This commit is contained in:
parent
c5021c3c0a
commit
54d913e69c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ server {
|
||||||
# FIXME: use env. var
|
# FIXME: use env. var
|
||||||
location ^~ /assets/ {
|
location ^~ /assets/ {
|
||||||
gzip_static on;
|
gzip_static on;
|
||||||
expires max;
|
expires 1m;
|
||||||
add_header Cache-Control public;
|
add_header Cache-Control public;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue