upstream phpfpm { server 127.0.0.1:9001; keepalive 10; } server{ keepalive_requests 4096; location ~ .*\.php$ { include fcgi.conf; ...
確定! 回上一頁