Update version.

This commit is contained in:
Sunoru 2024-02-03 14:24:53 +00:00
parent 514e19c863
commit 215329b01a
No known key found for this signature in database
GPG key ID: 4F279F385559D05D
3 changed files with 8 additions and 2 deletions

View file

@ -38,6 +38,12 @@ server {
try_files $uri @proxy;
}
location /api/v2/media {
proxy_read_timeout 500;
client_max_body_size 2g;
try_files $uri @proxy;
}
location = /sw.js {
add_header Cache-Control "public, max-age=604800, must-revalidate";
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains";