From ea44203b8bffbd2eb12c6b9a3c6f955abaa443db Mon Sep 17 00:00:00 2001 From: creylopez Date: Thu, 16 Jan 2025 10:10:25 +0000 Subject: [PATCH] Quito root --- nginx/default.conf | 1 - 1 file changed, 1 deletion(-) 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 / {