20 lines
252 B
Caddyfile
20 lines
252 B
Caddyfile
|
{
|
||
|
debug
|
||
|
}
|
||
|
|
||
|
localhost:8000
|
||
|
|
||
|
reverse_proxy /system/* autoupdate:8002 {
|
||
|
flush_interval -1
|
||
|
}
|
||
|
|
||
|
@server {
|
||
|
path /apps/*
|
||
|
path /rest/*
|
||
|
path /server-version.txt
|
||
|
path /media/*
|
||
|
}
|
||
|
reverse_proxy @server server:8000
|
||
|
|
||
|
reverse_proxy client:4200
|