mod_ssl_letsencrypt dispatch rules
URL dispatch rules defined by mod_ssl_letsencrypt in apps/zotonic_mod_ssl_letsencrypt/priv/dispatch/dispatch.
This file defines the URL dispatch rules for mod_ssl_letsencrypt. Rules are matched from top to bottom; the first matching rule handles the request.
Source: apps/zotonic_mod_ssl_letsencrypt/priv/dispatch/dispatch
| Dispatch name | Path | Controller | Options |
|---|---|---|---|
letsencrypt_challenge | /.well-known/acme-challenge/:token | controller_letsencrypt_challenge | [] |
letsencrypt_ping | /.zotonic/letsencrypt-self-ping | controller_letsencrypt_ping | [] |