diff --git a/roles/nginx/templates/vhosts/z.libertus.eu.conf.j2 b/roles/nginx/templates/vhosts/z.libertus.eu.conf.j2 index f182d22..7445e4a 100644 --- a/roles/nginx/templates/vhosts/z.libertus.eu.conf.j2 +++ b/roles/nginx/templates/vhosts/z.libertus.eu.conf.j2 @@ -34,6 +34,7 @@ server { location ~* \.php$ { include fastcgi_params; + fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_pass unix:/var/run/php/php{{ php_version }}-fpm.sock; fastcgi_read_timeout 1200; }