From 5216bcfc4a52107595a893182844f1883c70a0b3 Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Fri, 18 May 2018 10:36:34 +0200 Subject: [PATCH] fixed wrong socket name on prod deutsche-wohnen --- customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml b/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml index facdd91b..03aef1cf 100644 --- a/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -149,7 +149,7 @@ infra::profile::apache::pp_vhosts: provider: directory path: '/var/www/immo/public' addhandlers: - - { handler: "proxy:unix:/var/run/php-fpm-symfony.sock|fcgi://./" , extensions: '.php' } + - { handler: "proxy:unix:/var/run/php5-fpm-symfony.sock|fcgi://./" , extensions: '.php' } options: - FollowSymLinks - MultiViews -- 2.39.5