Browse Source

bugfix: did redirect acme challange request to https

master
parent
commit
570ddfdcea
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      templates/vhost.conf.j2

+ 3
- 1
templates/vhost.conf.j2 View File

@@ -55,6 +55,8 @@ server {
root /var/www/default;
}

return 301 https://$host$request_uri;
location / {
return 301 https://$host$request_uri;
}

}

Loading…
Cancel
Save