make urls work
[mlpccg-meta.git] / data / nginx.conf
index fd246a0..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;