make urls work
[mlpccg-meta.git] / data / nginx.conf
index a97d019..52771a1 100644 (file)
@@ -13,7 +13,8 @@ server {
         fastcgi_pass 127.0.0.1:9000;
         # for a TCP host/port:
         # fastcgi_pass   {hostname}:{port};
+        fastcgi_split_path_info ^()(.*)$;
+        
         # necessary parameter
         fastcgi_param PATH_INFO $fastcgi_script_name;
  
@@ -24,5 +25,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