nginx: remove unused location block

This commit is contained in:
Izorkin 2024-09-02 22:46:44 +03:00
parent 07f3b5b54a
commit f286abc857
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

6
dist/nginx.conf vendored
View File

@ -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";