PHP-FPM upstream
-
stuck on below, google search tells me to replace
server 127.0.0.1:11211;
with
server unix:/var/run/php5-fpm.socknot certain what to do with
server 127.0.0.1:9000;————————————
http {
# memcached servers, generated according to wp-ffpc config
upstream memcached-servers {
server 127.0.0.1:11211;
}# PHP-FPM upstream; change it accordingly to your local config!
upstream php-fpm {
server 127.0.0.1:9000;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP-FPM upstream’ is closed to new replies.