nginx+php+ssl 配置问题

在server中加上红色所示一行:

server { listen 443; ... more config here, include SSL ... location ~ \.php$ { ... FastCGI config here ... fastcgi_param HTTPS on; } }
posted @ 2012-05-21 12:23  Yunzhu  阅读(353)  评论(0编辑  收藏  举报