Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
CHH committed Feb 12, 2014
2 parents 91d9aff + 53a00e9 commit b740b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx/symfony2.conf.erb
Expand Up @@ -14,7 +14,7 @@ location @rewriteapp {
rewrite ^(.*)$ /app.php/$1 last;
}

location ~ ^/app\.php(/|$) {
location ~ ^/(app|app_dev|config)\.php(/|$) {
fastcgi_pass php;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
include fastcgi_params;
Expand Down

0 comments on commit b740b7a

Please sign in to comment.