This commit is contained in:
baoliang 2018-09-01 02:49:19 +08:00
parent 2ca7ebbc6f
commit 2b42181049
1 changed files with 1 additions and 0 deletions

View File

@ -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;
} }
} }