From 14901eed64fa1f2256d73cb4aed95fd4a7b866f2 Mon Sep 17 00:00:00 2001
From: andryyy <andre.peters@debinux.de>
Date: Thu, 31 Jan 2019 15:58:35 +0100
Subject: [PATCH] [Nginx] Remove broken locations

---
 data/conf/nginx/site.conf | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/data/conf/nginx/site.conf b/data/conf/nginx/site.conf
index 9087edf3..2defe2c8 100644
--- a/data/conf/nginx/site.conf
+++ b/data/conf/nginx/site.conf
@@ -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;
 }