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 / {