Website Migration Notice: SafePoint is now operated by CyberServal.Learn more →
DiscussionSLA

[Suggestion] 同一站点 监听80和443 希望能增加80跳转到443的选项

Discussion Closed

Published a year ago

# Github Issue

Published a year ago

profile_photo

nAnderYang

Updated a year ago

0

What would you like to be added or improved?

Image
如果safeline作为最前端,但是希http跳转至于https协议工作。希望增加该选项

Why is it needed?

安全合规的要求~80 作为兼容选项的时候会用到。

profile_photo

nAnderYang

Updated a year ago

0

    if ($scheme = http) {
        return 301 https://$server_name$request_uri;
    }

Edit the site configure file, now is work.