Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36f77e3

Browse files
committed
PHP port fixes
1 parent f34f448 commit 36f77e3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

wo/cli/templates/upstream.mustache

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
# Common upstream settings
22
upstream php {
3-
# server unix:/run/php5-fpm.sock;
4-
server 127.0.0.1:{{php}};
3+
server 127.0.0.1:9072;
54
}
65
upstream debug {
76
# Debug Pool
8-
server 127.0.0.1:{{debug}};
7+
server 127.0.0.1:9172;
98
}
109
{{#php7conf}}
1110
upstream php7 {
12-
server 127.0.0.1:{{php7}};
11+
server 127.0.0.1:9072;
1312
}
1413
upstream debug7 {
1514
# Debug Pool
16-
server 127.0.0.1:{{debug7}};
15+
server 127.0.0.1:9172;
1716
}
1817
{{/php7conf}}
1918

0 commit comments

Comments
 (0)