diff --git a/.docker/etc/nginx/http.d/default.conf b/.docker/etc/nginx/http.d/default.conf index 5c0acb1..9b1d49d 100644 --- a/.docker/etc/nginx/http.d/default.conf +++ b/.docker/etc/nginx/http.d/default.conf @@ -38,4 +38,7 @@ server { location ~ /\.ht { deny all; } -} \ No newline at end of file + + access_log off; + error_log /dev/null crit; +}