ansible-config/roles/nginx/files/snippets/location-acme-srv01.conf
Alexander Dietrich 7956d09b3e New nginx role
2018-11-10 00:20:18 +01: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;
}