Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/proxy/Caddyfile.aio.ce
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
max_size {$FILE_SIZE_LIMIT}
}

redir /spaces /spaces/ permanent
Comment thread
coderabbitai[bot] marked this conversation as resolved.
handle /spaces/* {
reverse_proxy localhost:3002
}
Expand All @@ -18,6 +19,7 @@
reverse_proxy localhost:3004
}

redir /god-mode /god-mode/ permanent
handle_path /god-mode* {
root * /app/admin
try_files {path} {path}/ /index.html
Expand Down