ansible-config/roles/nginx/files/snippets/location-acme-srv01.conf

7 lines
207 B
Plaintext
Raw Normal View History

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
}