You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose you reverse proxy to an app that makes its own subdomains, so you use on-demand TLS and make caddy ask the app for valid hostnames. The caddyfile would look like this:
But suppose you want to run another app like this? Now there is a problem. Caddy can only be configured to ask one server, and it will ask it for all sites using on-demand. This is no good, if each app knows only what hostnames it serves.
Suppose you reverse proxy to an app that makes its own subdomains, so you use on-demand TLS and make caddy ask the app for valid hostnames. The caddyfile would look like this:
But suppose you want to run another app like this? Now there is a problem. Caddy can only be configured to ask one server, and it will ask it for all sites using on-demand. This is no good, if each app knows only what hostnames it serves.
This is how it should work instead:
The text was updated successfully, but these errors were encountered: