Nginx配置HTTPS 访问前端报错 strict-origin-when-cross-origin

Nginx conf 文件 配置 http 以及 https 后,http可以正常访问前端页面,https访问报错:strict-origin-when-cross-origin,尝试:检查443端口状态,并重新加载防火墙配置。
1.查看443端口状态
firewall-cmd --add-port=443/tcp --zone=public --permanent

正常则返回:success
2.重新加载
firewall-cmd --reload

Nginx配置HTTPS 访问前端报错 strict-origin-when-cross-origin最先出现在Python成神之路

版权声明:
作者:Zad
链接:https://www.techfm.club/p/24937.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>