diff --git a/bin/nginx.conf b/bin/nginx.conf index 24306ced2c6add13b03da5200340e063e9c04dd0..7f4b783d2e38f08b8bc3ebc7782b0bc0af8087fb 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;