moved force_ssl and self signed cert to tasks
This commit is contained in:
parent
b3aa2c6169
commit
6781423adf
3 changed files with 19 additions and 22 deletions
|
|
@ -1,11 +0,0 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
alias /var/www/letsencrypt/;
|
||||
}
|
||||
location / {
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue