ansible-config/roles/nginx-ffhh/files/snippets/location-acme-srv01.conf
2022-04-14 13:43:05 +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;
}