aboutsummaryrefslogtreecommitdiff
path: root/templates/nginx/common/https-redirect
blob: 56d095d4977b088fcaa18db297effa9bf9a9777a (plain)
1
2
3
location / {
    return 301 https://$host$request_uri;
}