Skip to content

Commit 6bbfcb6

Browse files
authored
Update nginx.conf
1 parent 46d8a35 commit 6bbfcb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/nginx.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ http {
2828
#gzip on;
2929

3030
server {
31-
root /code/DjangoBlog/collectedstatic/;
31+
root /code/djangoblog/collectedstatic/;
3232
listen 80;
3333
keepalive_timeout 70;
3434
location /static/ {
3535
expires max;
36-
alias /code/DjangoBlog/collectedstatic/;
36+
alias /code/djangoblog/collectedstatic/;
3737
}
3838
location / {
3939
proxy_set_header X-Real-IP $remote_addr;
@@ -47,4 +47,4 @@ http {
4747
}
4848
}
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)