diff --git a/nginx/vuejs/conf.d/default.conf b/nginx/vuejs/conf.d/default.conf index f2e5bc0..f629a32 100644 --- a/nginx/vuejs/conf.d/default.conf +++ b/nginx/vuejs/conf.d/default.conf @@ -11,6 +11,7 @@ server { location / { try_files $uri $uri/ @router; index index.html; + #access_log off; } location @router {