查看“Nginx配置Web Socket HTTPS WSS”的源代码
←
Nginx配置Web Socket HTTPS WSS
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
=nginx配置HTTPS WSS= <pre> cat backend/wssns.cai.com.conf server { listen *:80; listen [::]:80; listen *:443 ssl; listen [::]:443 ssl; server_name wssns.cai.com; access_log /var/log/nginx/wssns.cai.com.log; root /var/www/api.sns.cai.com/public; index index.php index.html index.htm; # ssl on; ssl_certificate /etc/nginx/ssl/cai.crt; ssl_certificate_key /etc/nginx/ssl/cai.key; ssl_session_cache shared:SSL:1m; ssl_session_timeout 5m; ssl_ciphers HIGH:!aNULL:!MD5; ssl_prefer_server_ciphers on; location / { proxy_pass http://172.16.200.10:9501; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } } </pre> =see also= [https://blog.csdn.net/diyiday/article/details/80537345 nginx配置HTTPS WSS]
返回至
Nginx配置Web Socket HTTPS WSS
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息