1
0

Fix vars for testing

This commit is contained in:
2017-09-09 15:41:18 +03:00
parent e80ca9292f
commit 48ae6e1625
5 changed files with 29 additions and 22 deletions
.editorconfigVagrantfile
ansible
configuration.yml
roles
symfony-app
defaults
templates

@ -19,7 +19,7 @@ server {
}
location ~ ^/app\.php(/|$) {
fastcgi_pass {{ app_web_listen }};
fastcgi_pass {{ app_php_connection }};
fastcgi_split_path_info ^(.+\.php)(/.*)$;
include fastcgi_params;