Skip to content

Commit e3c5cbb

Browse files
wmuldergovfatbird
authored andcommitted
DBC22-1877: Set image expiry to modified time
1 parent 74d163a commit e3c5cbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose/frontend/default.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ server {
4444
location /images/ {
4545
alias /app/images/webcams/;
4646
try_files $uri =404;
47+
expires modified +1s;
48+
add_header Last-Modified "";
4749
}
4850

4951
proxy_cache cache;

0 commit comments

Comments
 (0)