ansible-config/roles/nginx-extra/files/snippets/location-acme-srv01.conf
2020-04-08 23:13:47 +02:00

7 lines
207 B
Plaintext

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;
access_log off;
}