diff --git a/docker/nginx.conf b/docker/nginx.conf index 59ee3c26..3b7ef86b 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -2,6 +2,7 @@ server { listen 80; listen [::]:80; server_name localhost; + error_log off; location / { root /usr/share/nginx/html;