init
This commit is contained in:
parent
2ca7ebbc6f
commit
2b42181049
|
@ -23,5 +23,6 @@ server {
|
||||||
# Finally, send all non-media requests to the Django server.
|
# Finally, send all non-media requests to the Django server.
|
||||||
location / {
|
location / {
|
||||||
uwsgi_pass django;
|
uwsgi_pass django;
|
||||||
|
include /etc/nginx/uwsgi_params;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue