From 6bbfcb6f05db1d3f16d981699093e281d87f5087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=94=E5=90=AC=E9=A3=8E=E5=90=9F?= Date: Thu, 9 Dec 2021 18:35:32 +0800 Subject: [PATCH] Update nginx.conf --- bin/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/nginx.conf b/bin/nginx.conf index 24306ce..32161d8 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; @@ -47,4 +47,4 @@ http { } } } -} \ No newline at end of file +}