From da7d13612ca74183e0fd3d3b0bb34e06f061cb2c Mon Sep 17 00:00:00 2001 From: lijiejie Date: Tue, 19 Apr 2022 17:59:23 +0800 Subject: [PATCH] add slash --- dnslog_nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnslog_nginx.conf b/dnslog_nginx.conf index adf55e6..8a276bb 100644 --- a/dnslog_nginx.conf +++ b/dnslog_nginx.conf @@ -4,8 +4,8 @@ server { uwsgi_pass_request_headers on; location = /favicon.ico { access_log off; log_not_found off; } - location /static { - alias /dnslog/static; + location /static/ { + alias /dnslog/static/; } location / {