ssl配置问题

listen 443;

    server_name disook.com www.disook.com;

    root /var/www/blog/public;
    index index.php index.html index.htm;

    ssl on;
    ssl_certificate /etc/nginx/ssl/1_disook.com_bundle.crt;
    ssl_certificate_key /etc/nginx/ssl/disook_de.key;

    ssl_session_timeout 5m;

    ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
    ssl_ciphers "HIGH:!aNULL:!MD5 or HIGH:!aNULL:!MD5:!3DES";
    ssl_prefer_server_ciphers on;

    location / {
            #try_files $uri $uri/ =404;
            try_files $uri $uri/ /index.php?$query_string;
    }
    location ~ \.php$ {
            try_files $uri /index.php =404;
            fastcgi_split_path_info ^(.+\.php)(/.+)$;
            fastcgi_pass unix:/var/run/php7.1-fpm.sock;
            fastcgi_index index.php;
            fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
            include fastcgi_params;
    }

}

JellyBool
修改的评论也不能少于六个字哦!
dongzheng 回复 JellyBool
修改的评论也不能少于六个字哦!
dongzheng
修改的评论也不能少于六个字哦!
JellyBool 回复 dongzheng
修改的评论也不能少于六个字哦!
dongzheng 回复 JellyBool
修改的评论也不能少于六个字哦!
dongzheng 回复 JellyBool
修改的评论也不能少于六个字哦!
JellyBool 回复 dongzheng
修改的评论也不能少于六个字哦!