From 8c553d576ac17ab832624737c5ce93cf6138e7f0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 21 Mar 2019 20:44:54 +0100 Subject: [PATCH] fix logo not shown --- conf/nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 2137baf..b04a44a 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,8 +1,3 @@ - location ~* \.(jpg|jpeg|png|gif|ico|js|pdf|wasm)$ { - add_header Cache-Control "public"; - expires 7d; - } - location / { # Force usage of https if ($scheme = http) {