Support www redirects in Docker install

This commit is contained in:
cyph3rasi
2026-03-07 20:11:40 -08:00
parent 17baf8e4f0
commit 588307d21e
4 changed files with 15 additions and 32 deletions
+4
View File
@@ -1,6 +1,10 @@
# Caddyfile for Synapsis
# Automatic HTTPS via Let's Encrypt
www.{$DOMAIN} {
redir https://{$DOMAIN}{uri} permanent
}
{$DOMAIN} {
# Reverse proxy to Synapsis app (port is set via APP_PORT env var)
reverse_proxy app:{$APP_PORT:3000}