Forward Let's Encrypt challenges for updates from srv03 to srv02

This commit is contained in:
Alexander Dietrich 2017-04-07 20:54:58 +02:00
commit 81ccb6e583
5 changed files with 15 additions and 4 deletions

View file

@ -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;
}