; The address on which to accept FastCGI requests
; Valid syntaxes are:
; 'ipaddress:port' - to listen on a TCP socket to a specific address on
; a specific port;
; 'port' - to listen on a TCP socket to all addresses on a
; specific port;
; '/path/to/unix/socket' - to listen on a unix socket
; Note: This value is mandatory
listen = 127001:9000
修改下listen
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)