Update version.
This commit is contained in:
parent
514e19c863
commit
215329b01a
3 changed files with 8 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue