From d857fd267fb9df4512570a3e97b3208ac71f4a9d Mon Sep 17 00:00:00 2001 From: creylopez Date: Thu, 16 Jan 2025 15:18:46 +0000 Subject: [PATCH] Actualizar 'nginx/default.conf' --- nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/default.conf b/nginx/default.conf index ce6abcf..ae6a80f 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -6,7 +6,7 @@ error_log /var/log/nginx/error.log; server { listen 80; - server_name reymota.lab *.reymota.lab; + access_log /var/log/nginx/access.log; location / {