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 +}