openssl rsa -inserver.key-outserver.key.unsecure
用server.key.unsecure代替KEY
nginx https/ssl構成:
server
{
聞いてください 443 ssl spdy;
ssl on;
ssl_certificate /www/1_xxxx_bundle.crt;
ssl_certificate_key /www/xx.key;
ssl_session_timeout 5m;
ssl_protocols TLSv1 LSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_ciphers ECDHE-RSA-AES256 -GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-RC4-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA -AES256-SHA:DHE-RSA-AES128-SHA:RC4-SHA:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!DSS:!PKS;
ssl_session_cache組み込み:1000共有:SSL: 10m;
#error_page 404 /404.html;
include enable-php.conf;
server_name www.tongxinmao.com;
index portal.phpindex.phpdefault.htmldefault.htmdefault.php;
ルート /www
include dz.conf;
#error_page 404 /404.html;
location ~ [^/].php(/|$)
{
# comment try_files $uri =404; pathinfoを有効にするには
try_files $uri =404;
fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_index Index.php;
include fastcgi.conf;
#include pathinfo.conf;
}
location /nginx_status
{
stub_status on;
access_log off;
}
location ~ .*.(gif|jpg|jpeg|png|bmp|swf)$
{
期限切れ30d;
}
location ~ .*.(js|css)? $
{
期限切れ 12h;
}
access_log /home/wwwlogs/lnmp.log access;
}
另外追加可能次のように现80ポート口重定443
上記では、NGINX 重HTTPS ステーション ポイントを介して PEM パス フレーズ入力暗号を入力する必要があります。これには、側面の内容が含まれます。PHP 教則に関心のある友人の助けが望ましいです。