1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-12 04:23:24 +02:00

[Nginx] Remove broken locations

This commit is contained in:
andryyy 2019-01-31 15:58:35 +01:00
parent f5ca46f6d8
commit 14901eed64
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -186,14 +186,5 @@ server {
alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
}
location ~* \.(?:css|js|ico|woff|eot|svg|ttf|otf|png|gif|jpe?g) {
access_log off;
add_header Cache-Control public;
}
location ~* \.(?:css|js|woff|eot|svg|ttf|otf|png|gif|jpe?g) {
expires max;
}
include /etc/nginx/conf.d/site.*.custom;
}