Nginx Server 上80,443端口。http,https共存

Posted fuhaizi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx Server 上80,443端口。http,https共存相关的知识,希望对你有一定的参考价值。

server
{
listen 80;
listen 443 ssl;
server_name www.iamle.com;
index index.html index.htm index.php;
root /home/wwwroot/www.iamle.com/;
#ssl on; 这里要注释掉
ssl_certificate /usr/local/nginx/conf/ssl/www_iamle_com.crt;
ssl_certificate_key /usr/local/nginx/conf/ssl/www_iamle_com.key;

#以下配置省略...
}

相关链接:

http://nginx.org/en/docs/http/configuring_https_servers.html#single_http_https_server

https://www.iamle.com/archives/1231.html











以上是关于Nginx Server 上80,443端口。http,https共存的主要内容,如果未能解决你的问题,请参考以下文章

Nginx拒绝监听端口443

Nginx响应80和443端口的访问配置

nginx-80重定向443

nginx 80端口下HTTPS请求跳转到指定其他端口

通过 80 或 443 以外的端口查看 http

nginx http强制跳转https