16 lines
284 B
Caddyfile
16 lines
284 B
Caddyfile
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
|
|
}
|