update nginx conf
[mlpccg-meta.git] / data / nginx.conf
index a97d019..fd246a0 100644 (file)
@@ -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