妩媚航空

文章
5
资源
0
加入时间
2年10月21天

nginx配置https访问odoo

   前段日子用AppScan对odoo进行了一个漏斗扫描,发现未做ssl的odoo服务有巨大安全隐患,故需要对通过配置一个ssl来消除这些安全隐患,最终选择了通过nginx来做ssl加密一:安装nginxubuntu:apt-get install nginxlunix:yum install nginx二:nginx.conf配置安装好nginx后,使用如下配置worker_processes...