You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bit4sat/web/Caddyfile

33 lines
349 B
Caddyfile

0.0.0.0
root dist
ext .html
header / {
Content-Security-Policy "default-src * 'unsafe-eval' 'unsafe-inline' data: ;"
}
## API
proxy /api localhost:8880 {
transparent
}
## test
proxy /t localhost:8880 {
transparent
}
#log /api stdout
log / stdout
#proxy /ws localhost:8880 {
# websocket
# transparent
#}
#tls self_signed