eustasy/bubbly

View on GitHub
nginx-config/location/bubbly_well-known-passthrough.conf

Summary

Maintainability
Test Coverage
####    Let's Encrypt Pass-Through
location '/.well-known/acme-challenge' {
    default_type 'text/plain';
    root /tmp/bubbly-authenticator;
}