Enable standalone nginx/certbox config
This commit is contained in:
parent
842b1bfd99
commit
e53da90160
3 changed files with 4 additions and 2 deletions
|
@ -7,4 +7,8 @@ server {
|
|||
location / {
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
proxy_pass http://127.0.0.1:31820/.well-known/acme-challenge/;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue