Remove unnecessary location

It could be removed equal the version below without the Let's Encrypt (non https version)
pull/38/head
Rafael F. Silveira 2018-11-21 22:25:14 -02:00 committed by GitHub
parent ff1ae92ef7
commit dc0f92313c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -209,9 +209,9 @@ server {
✔ Let's Encrypt --><span ng-if="isCertLetsEncrypt()">
location / {
return 301 https://{{ isWWW() ? 'www.' : '' }}{{ domain() }}$request_uri;
}</span><!--
</span><!--
✘ Let's Encrypt --><span ng-if="!isCertLetsEncrypt()">