NGINX http 强转 https
at 5年前 ca Nginx pv 2019 by touch
if ($scheme = http ) {
return 301 https://$host$request_uri;
}
service nginx reload版权声明
本文仅代表作者观点,不代表码农殇立场。
本文系作者授权码农殇发表,未经许可,不得转载。
at 5年前 ca Nginx pv 2019 by touch
if ($scheme = http ) {
return 301 https://$host$request_uri;
}
service nginx reload本文仅代表作者观点,不代表码农殇立场。
本文系作者授权码农殇发表,未经许可,不得转载。