2017-10-03 17:30:06 +02:00
|
|
|
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;
|
2018-11-03 16:20:39 +01:00
|
|
|
access_log off;
|
2017-10-03 17:30:06 +02:00
|
|
|
}
|