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 ~* "^/$") {