File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ location = /fpm-status {
13
13
if ($dont_show_fpm_status ) {
14
14
return 404 ;
15
15
}
16
- fastcgi_pass phpcgi ;
16
+ fastcgi_pass www0 ;
17
17
}
18
18
19
19
## The ping page is at /ping and returns the string configured at the php-fpm level.
@@ -22,7 +22,7 @@ location = /ping {
22
22
if ($dont_show_fpm_status ) {
23
23
return 404 ;
24
24
}
25
- fastcgi_pass phpcgi ;
25
+ fastcgi_pass www0 ;
26
26
}
27
27
28
28
## This is for the second pool. It assumes that you've configured
@@ -36,7 +36,7 @@ location = /fpm-status-zwei {
36
36
if ($dont_show_fpm_status ) {
37
37
return 404 ;
38
38
}
39
- fastcgi_pass phpcgi ;
39
+ fastcgi_pass www1 ;
40
40
}
41
41
42
42
## The ping page is at /ping and returns the string configured at the php-fpm level.
@@ -45,7 +45,7 @@ location = /ping-zwei {
45
45
if ($dont_show_fpm_status ) {
46
46
return 404 ;
47
47
}
48
- fastcgi_pass phpcgi ;
48
+ fastcgi_pass www1 ;
49
49
}
50
50
51
51
## This is for the third pool that acts as backup. It assumes that
You can’t perform that action at this time.
0 commit comments