Skip to content
Snippets Groups Projects
Commit b0c039e8 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fix fpm_host replacement

parent 1de98c32
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ server {
location ~ \.php$ {
try_files $uri /index.php =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass $FPMHOST;
fastcgi_pass $FPM_HOST;
fastcgi_index index.php;
fastcgi_read_timeout 900;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment