From d19d96ba9cc66dde2546f8474aab66bf9e242694 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Fri, 27 Oct 2023 13:44:27 +0530 Subject: [PATCH] chore: add TODO comment for pending Caddy configurations and port updates --- aio.Caddyfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/aio.Caddyfile b/aio.Caddyfile index 96b5efc24..101a03468 100644 --- a/aio.Caddyfile +++ b/aio.Caddyfile @@ -1,3 +1,17 @@ +# TODO: Uncomment the below lines and update the subpath-based implementation to use standard HTTP/HTTPS ports + +# :3000 { +# try_files {path} / +# root * /site/selfhost-web +# file_server +# } + +# :3100 { +# try_files {path} / +# root * /site/sh-admin +# file_server +# } + :3000 { # Serve the `selfhost-web` SPA by default root * /site/selfhost-web