From a7259395765346f12bf6007eebc2b870d44b9d3f Mon Sep 17 00:00:00 2001 From: lijiejie Date: Mon, 25 Apr 2022 10:42:16 +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 1355b38..185c9e7 100644 --- a/dnslog_nginx.conf +++ b/dnslog_nginx.conf @@ -1,6 +1,6 @@ server { listen 80; - server_name localhost $ADMIN_DOMAI; + server_name localhost $ADMIN_DOMAIN; uwsgi_pass_request_headers on; if ($request_uri ~* "^/$") {