From 9c83e3f0de33ef362cb1aab0037846dff582bc14 Mon Sep 17 00:00:00 2001 From: lijiejie Date: Tue, 12 Apr 2022 22:24:15 +0800 Subject: [PATCH] fix --- dnslog_nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnslog_nginx.conf b/dnslog_nginx.conf index db50ae0..adf55e6 100644 --- a/dnslog_nginx.conf +++ b/dnslog_nginx.conf @@ -1,6 +1,6 @@ server { listen 80; - server_name server_name eyes.sh www.eyes.sh *.eyes.sh; + server_name eyes.sh www.eyes.sh *.eyes.sh; uwsgi_pass_request_headers on; location = /favicon.ico { access_log off; log_not_found off; }