Skip to content

Commit ef5ced2

Browse files
author
Sean Breeden
authored
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
1 parent cc4b174 commit ef5ced2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nginx.conf.sample

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# # use tcp connection
44
# # server 127.0.0.1:9000;
55
# # or socket
6-
# server unix:/var/run/php5-fpm.sock;
76
# server unix:/var/run/php/php7.0-fpm.sock;
87
# }
98
# server {

0 commit comments

Comments
 (0)