Skip to content

Commit

Permalink
DBC22-1877: Set image expiry to modified time
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov authored and fatbird committed Mar 18, 2024
1 parent 74d163a commit e3c5cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose/frontend/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ server {
location /images/ {
alias /app/images/webcams/;
try_files $uri =404;
expires modified +1s;
add_header Last-Modified "";
}

proxy_cache cache;
Expand Down

0 comments on commit e3c5cbb

Please sign in to comment.