chore: add permanent redirects for /spaces and /god-mode in Caddyfile (#8236)
This commit is contained in:
parent
36d42856e9
commit
63f3a57022
1 changed files with 2 additions and 0 deletions
|
|
@ -3,8 +3,10 @@
|
|||
max_size {$FILE_SIZE_LIMIT}
|
||||
}
|
||||
|
||||
redir /spaces /spaces/ permanent
|
||||
reverse_proxy /spaces/* space:3000
|
||||
|
||||
redir /god-mode /god-mode/ permanent
|
||||
reverse_proxy /god-mode/* admin:3000
|
||||
|
||||
reverse_proxy /live/* live:3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue