toggle redirect

This commit is contained in:
Szekeres Bálint
2018-03-09 23:38:32 +01:00
parent cd0b0b4be6
commit 72740475a7
3 changed files with 16 additions and 3 deletions

View File

@@ -123,12 +123,12 @@ server {
location / {
deny all;
}
}</span>
<!--
}</span><!--
-->
✔ redirect --><span ng-if="isRedirect()">
# {{ isWWW() ? 'non-www, ' : '' }}subdomains redirect
server {
listen {{ data.ipv4 !== '*' ? data.ipv4 + ':' : '' }}{{ isHTTPS() ? '443 ssl' : '80' }}{{ isHTTP2() ? ' http2' : '' }};<!--