From ef5ced28f5fe94b3d68b7d5892fee64755c7c03b Mon Sep 17 00:00:00 2001 From: Sean Breeden Date: Tue, 17 Jul 2018 10:01:54 -0400 Subject: [PATCH] Update nginx.config.sample to exclude php5-fpm M2.2.x is not compatible with php5.x so there's no reason to include it as an option in the nginx.config.sample --- nginx.conf.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx.conf.sample b/nginx.conf.sample index 1e20a51a511d3..881adb84c56e3 100644 --- a/nginx.conf.sample +++ b/nginx.conf.sample @@ -3,7 +3,6 @@ # # use tcp connection # # server 127.0.0.1:9000; # # or socket -# server unix:/var/run/php5-fpm.sock; # server unix:/var/run/php/php7.0-fpm.sock; # } # server {