mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 05:38:16 +08:00
forceHTTPS
This commit is contained in:
@@ -84,6 +84,14 @@
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-subgroup" ng-if="isHTTPS()" ng-cloak>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" id="force_https" ng-model="data.force_https">
|
||||
<label class="form-check-label" for="force_https">
|
||||
<span tooltips tooltip-template="Force redirection from HTTP to HTTPS.">force HTTPS</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-subgroup" ng-if="isHTTPS()" ng-cloak>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" id="letsencrypt" ng-model="data.cert_type" value="letsencrypt">
|
||||
|
Reference in New Issue
Block a user