This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Second version of Caddy server introduced incompatibilities with previous version. There is Caddy migration guide . I was following it and changed old proxy config to new reverse_proxy . Caddy v1 config example.com { tls somebody@example.com proxy / 127.0.0.1:2000 log /var/log/example.log } invalid Caddy v2 config example.com { tls somebody@example.com reverse_proxy / 127.0.0.1:2000 log { format…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.