mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-26 15:31:52 +00:00
nginx: remove unused location block
This commit is contained in:
parent
07f3b5b54a
commit
f286abc857
6
dist/nginx.conf
vendored
6
dist/nginx.conf
vendored
|
@ -106,12 +106,6 @@ server {
|
|||
try_files $uri =404;
|
||||
}
|
||||
|
||||
location ^~ /shortcuts/ {
|
||||
add_header Cache-Control "public, max-age=2419200, must-revalidate";
|
||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains";
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
location ^~ /sounds/ {
|
||||
add_header Cache-Control "public, max-age=2419200, must-revalidate";
|
||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains";
|
||||
|
|
Loading…
Reference in New Issue
Block a user