四虎影视在线影院在线观看,小s货再浪些再咬紧点h,国产精品水嫩水嫩,97精产国品一二三产区

Board logo

標(biāo)題: [求助] wdCP v3.2.13 網(wǎng)站無(wú)法打開(kāi),報(bào)504錯(cuò)誤 [打印本頁(yè)]

作者: a3970879    時(shí)間: 2018-3-8 18:07     標(biāo)題: wdCP v3.2.13 網(wǎng)站無(wú)法打開(kāi),報(bào)504錯(cuò)誤

程序是裝的織夢(mèng),安裝完成以后,打開(kāi)網(wǎng)頁(yè)一直提示504錯(cuò)誤:
504 Gateway Time-out

The gateway did not receive a timely response from the upstream server or application.

WDCP版本是v3.2.13,
nginx.conf設(shè)置如下:


# nginx conf conf/nginx.conf
# Created by http://cd-genova.com
# Last Updated 2010.06.01
user  www www;
worker_processes  3;
error_log  logs/error.log  notice;
pid        logs/nginx.pid;
worker_rlimit_nofile 5120;
events {
    use epoll;
    worker_connections  5120;
}

http {
    include       mime.types;
    default_type  application/octet-stream;

    server_names_hash_bucket_size 128;
    client_header_buffer_size 32k;
    large_client_header_buffers 8 64k;
    client_max_body_size 100m;
    limit_conn_zone $binary_remote_addr zone=one:32k;

    sendfile        on;
    tcp_nopush     on;

    keepalive_timeout  60;
    tcp_nodelay on;

    gzip  on;
    gzip_min_length  1k;
    gzip_buffers     4 16k;
    gzip_http_version 1.0;
    gzip_comp_level 2;
    gzip_types       text/plain application/x-javascript text/css application/xml;
    gzip_vary on;

    log_format  wwwlogs  '$remote_addr - $remote_user [$time_local] $request $status $body_bytes_sent $http_referer $http_user_agent $http_x_forwarded_for';
    #include default.conf;
    include vhost/*.conf;
fastcgi_connect_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
fastcgi_buffer_size 128k;
fastcgi_buffers 2 256k;
fastcgi_busy_buffers_size 256k;
fastcgi_temp_file_write_size 256k;
}
作者: Miker    時(shí)間: 2018-3-12 17:54

服務(wù)器什么配置




歡迎光臨 WDlinux官方論壇 (http://cd-genova.com/bbs/) Powered by Discuz! 7.2