From 757d7b96df35f368822815803f929e7656ef3a58 Mon Sep 17 00:00:00 2001 From: baoliang Date: Sat, 1 Sep 2018 01:35:00 +0800 Subject: [PATCH] init --- g214_nginx.conf | 1 - 1 file changed, 1 deletion(-) 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