Remove unnecessary location
It could be removed equal the version below without the Let's Encrypt (non https version)pull/38/head
parent
ff1ae92ef7
commit
dc0f92313c
|
@ -209,9 +209,9 @@ server {
|
||||||
|
|
||||||
✔ Let's Encrypt --><span ng-if="isCertLetsEncrypt()">
|
✔ Let's Encrypt --><span ng-if="isCertLetsEncrypt()">
|
||||||
|
|
||||||
location / {
|
|
||||||
return 301 https://{{ isWWW() ? 'www.' : '' }}{{ domain() }}$request_uri;
|
return 301 https://{{ isWWW() ? 'www.' : '' }}{{ domain() }}$request_uri;
|
||||||
}</span><!--
|
|
||||||
|
</span><!--
|
||||||
|
|
||||||
✘ Let's Encrypt --><span ng-if="!isCertLetsEncrypt()">
|
✘ Let's Encrypt --><span ng-if="!isCertLetsEncrypt()">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue