mirror of
https://github.com/iv-org/documentation.git
synced 2025-11-22 16:51:04 -05:00
Fix companion caddy configuration (#669)
Co-authored-by: Yvon <git.esophagus963@passinbox.com>
This commit is contained in:
parent
660029e14b
commit
8ab97c475f
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Any log is disabled by default. Do not forget to replace `server_name` with your
|
|||
```
|
||||
https://<server_name> {
|
||||
|
||||
reverse_proxy /companion localhost:8282
|
||||
reverse_proxy /companion/* localhost:8282
|
||||
reverse_proxy localhost:3000
|
||||
|
||||
log {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue