added Caddyfile
This commit is contained in:
parent
22554eac5c
commit
247a271eee
1 changed files with 9 additions and 0 deletions
9
Caddyfile
Normal file
9
Caddyfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
https://ip:443 {
|
||||
reverse_proxy localhost:8080
|
||||
}
|
||||
https://ip:5566 {
|
||||
reverse_proxy localhost:6566
|
||||
}
|
||||
https://ip:5577 {
|
||||
reverse_proxy localhost:6577
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue