ot
This commit is contained in:
@ -44,6 +44,10 @@ server {
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
|
||||
location /static {
|
||||
alias /usr/share/nginx/html/static;
|
||||
}
|
||||
|
||||
# location /index {
|
||||
# proxy_pass http://docker-django:8000;
|
||||
# proxy_set_header Host $host;
|
||||
|
Reference in New Issue
Block a user