21 lines
278 B
Caddyfile
21 lines
278 B
Caddyfile
{
|
|
# Enable debug output
|
|
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
|