摘要:
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev 阅读全文
摘要:
现象描述: id4的认证中心使用的是 http发布的,然后在nginx使用https来转发,结果出现,跳转到Account/Login路径,但是网页打不开。 nginx里配置如下: server { listen 443 ssl; server_name www.lzgjscc.cn; ssl_ce 阅读全文