diff --git a/Caddyfile b/Caddyfile index c40f993..21a0f94 100644 --- a/Caddyfile +++ b/Caddyfile @@ -5,6 +5,10 @@ } :80, :443 { + @backend { + path /api /api/* + } + reverse_proxy @backend calendar-backend:3000 try_files {path} /index.html root * /srv/www file_server diff --git a/favicon_big.png b/favicon_big.png new file mode 100644 index 0000000..7af9564 Binary files /dev/null and b/favicon_big.png differ