[Nginx] Remove broken locations
This commit is contained in:
		| @@ -186,14 +186,5 @@ server { | |||||||
|     alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2; |     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; |   include /etc/nginx/conf.d/site.*.custom; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user