fix: change caddy port
This commit is contained in:
parent
dcc20d6b3f
commit
3d70d70f2f
1 changed files with 12 additions and 0 deletions
12
caddy.conf
Normal file
12
caddy.conf
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
handle_path /docs* {
|
||||||
|
reverse_proxy 127.0.0.1:5100
|
||||||
|
}
|
||||||
|
|
||||||
|
handle_path /slides* {
|
||||||
|
reverse_proxy 127.0.0.1:5200
|
||||||
|
}
|
||||||
|
|
||||||
|
handle {
|
||||||
|
reverse_proxy localhost:5001
|
||||||
|
}
|
Loading…
Reference in a new issue