Update updates role for srv01

This commit is contained in:
Alexander Dietrich 2017-10-03 17:30:06 +02:00
commit 888ebb634f
13 changed files with 55 additions and 13 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://srv01.hamburg.freifunk.net$request_uri;
}