Commit 5b0e79a6 authored by Owain Jones's avatar Owain Jones
Browse files

update for symfony

parent 49d1ad37
......@@ -38,7 +38,8 @@ server {
location ~ ^/(app|app_dev|config)\.php(/|$) {
fastcgi_pass phpfcgi;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $symfony_root/web/$fastcgi_script_name;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
fastcgi_param SCRIPT_FILENAME $symfony_root/web$fastcgi_script_name;
fastcgi_param HTTPS off;
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment