RSSAmplifier

Kraag22 · Mar 20, 2022

Upgrade Caddy to version 2

0
Sign in to vote or save

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…

Read on /articles/migrate-to-caddy-v2

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.

    Reading · Kraag22 · RSS Amplifier