diff --git a/nginx/default.conf b/nginx/default.conf index 5f882e4..82f6dd7 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -7,7 +7,6 @@ error_log /var/log/nginx/error.log; server { listen 80; server_name reymota.lab *.reymota.lab; - root /www/data/; access_log /var/log/nginx/access.log; location / {