From b98cbfaea8e35c625f4036fa1a170a0d5d3f16f0 Mon Sep 17 00:00:00 2001
From: owanes <owain.jones@noc.ac.uk>
Date: Tue, 3 Nov 2015 09:40:44 +0000
Subject: [PATCH] update for symfony

---
 gliders.nginx.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gliders.nginx.conf b/gliders.nginx.conf
index ae66de3..d52d98a 100644
--- a/gliders.nginx.conf
+++ b/gliders.nginx.conf
@@ -33,7 +33,6 @@ server {
     # pass the PHP scripts to FastCGI server from upstream phpfcgi
     location ~ ^/(app|app_dev|config)\.php(/|$) {
         fastcgi_pass phpfcgi;
-        fastcgi_split_path_info ^(.+\.php)(/.*)$;
         include fastcgi_params;
         fastcgi_param  SCRIPT_FILENAME $document_root$fastcgi_script_name;
         fastcgi_param  HTTPS off;
-- 
GitLab