diff --git a/nginx.conf b/nginx.conf index d9cc10f..0a5be24 100644 --- a/nginx.conf +++ b/nginx.conf @@ -10,12 +10,6 @@ server { location / { try_files $uri $uri/ /index.html; } - - location ~* \.(?:ico|css|js|gif|jpe?g|png|woff2?|eot|ttf|svg|otf|webp)$ { - expires 6M; - access_log off; - add_header Cache-Control "public"; - } error_page 404 /index.html;