From: Jess Date: Sat, 30 Aug 2014 17:45:07 +0000 (+0200) Subject: update nginx conf X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=commitdiff_plain;h=dcc0b87f90a78345693587eab64dbb6c792a94b1 update nginx conf --- diff --git a/data/nginx.conf b/data/nginx.conf index a97d019..fd246a0 100644 --- a/data/nginx.conf +++ b/data/nginx.conf @@ -24,5 +24,7 @@ server { # http://stackoverflow.com/questions/605173/how-to-nginx-virtual-servers-fcgi-for-django uses many other parameters, # some may be necessary in some situations + + include fastcgi_params; } } \ No newline at end of file