aboutsummaryrefslogtreecommitdiff
path: root/template2/nginx/http/redirect-to-https.segment
blob: 56d095d4977b088fcaa18db297effa9bf9a9777a (plain)
1
2
3
location / {
    return 301 https://$host$request_uri;
}