(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Wed, 9 Jul 2014 18:38:24 +0000 (20:38 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Wed, 9 Jul 2014 18:38:24 +0000 (20:38 +0200)
nginx.conf [new file with mode: 0644]

diff --git a/nginx.conf b/nginx.conf
new file mode 100644 (file)
index 0000000..3c39ebe
--- /dev/null
@@ -0,0 +1,6 @@
+location ~ \.(php|phar)(/.*)?$ {\r
+    fastcgi_split_path_info ^(.+\.(?:php|phar))(/.+)$;\r
+    set $path_info $fastcgi_path_info;\r
+    fastcgi_param PATH_INFO $path_info;\r
+    ...\r
+}\r