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) {