修改你需要调整nginx配置文件
server {
......
if ($server_port = 80){
return 301 https://$server_name$request_uri;}
if ($scheme = http){
return 301 https://$server_name$request_uri;}
error_page 497 https://$server_name$request_uri;
......
}
本文最后记录时间 2023-12-12
文章链接地址:https://wojc.cn/archives/27.html
本站文章除注明[转载|引用|来源],均为本站原创内容,转载前请注明出处
文章链接地址:https://wojc.cn/archives/27.html
本站文章除注明[转载|引用|来源],均为本站原创内容,转载前请注明出处