Forward Let's Encrypt challenges for updates from srv03 to srv02
This commit is contained in:
parent
acf416f7ef
commit
81ccb6e583
5 changed files with 15 additions and 4 deletions
|
@ -0,0 +1,5 @@
|
|||
location ^~ /.well-known/acme-challenge {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_pass http://srv02.hamburg.freifunk.net$request_uri;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue