From ba97b9b4fbf38294e61a3faa2da91b0557511d4f Mon Sep 17 00:00:00 2001 From: Yancey Date: Mon, 6 Dec 2021 20:47:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=9A=E8=BF=87docker-comp?= =?UTF-8?q?ose=E5=90=AF=E5=8A=A8=EF=BC=8C=E6=B2=A1=E6=9C=89=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/nginx.conf b/bin/nginx.conf index 24306ce..7f4b783 100644 --- a/bin/nginx.conf +++ b/bin/nginx.conf @@ -28,12 +28,12 @@ http { #gzip on; server { - root /code/DjangoBlog/collectedstatic/; + root /code/djangoblog/collectedstatic/; listen 80; keepalive_timeout 70; location /static/ { expires max; - alias /code/DjangoBlog/collectedstatic/; + alias /code/djangoblog/collectedstatic/; } location / { proxy_set_header X-Real-IP $remote_addr; -- Gitee