chore: add TODO comment for pending Caddy configurations and port updates

This commit is contained in:
jamesgeorge007
2023-10-27 13:44:27 +05:30
parent 312940009e
commit d19d96ba9c

View File

@@ -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