6
0
Fork 0
This repository has been archived on 2022-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
cdist-recycledcloud/type/__recycledcloud_nginx_vhost/files/301-to-https

5 lines
96 B
Plaintext

# Redirect request to this page in HTTPS.
location / {
return 301 https://$host$request_uri;
}