diff --git a/g214_nginx.conf b/g214_nginx.conf index 488f873..ad971a2 100644 --- a/g214_nginx.conf +++ b/g214_nginx.conf @@ -23,6 +23,5 @@ server { # Finally, send all non-media requests to the Django server. location / { uwsgi_pass django; - include /var/www/g214/current/uwsgi_params; # the uwsgi_params file you installed } } \ No newline at end of file