This commit is contained in:
baoliang 2018-09-01 01:35:00 +08:00
parent 710f6232a6
commit 757d7b96df
1 changed files with 0 additions and 1 deletions

View File

@ -23,6 +23,5 @@ 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 /var/www/g214/current/uwsgi_params; # the uwsgi_params file you installed
} }
} }