21 lines
392 B
Text
21 lines
392 B
Text
dolznik-bot.duckdns.org {
|
|
encode zstd gzip
|
|
|
|
header {
|
|
X-Content-Type-Options nosniff
|
|
Referrer-Policy no-referrer
|
|
Permissions-Policy "camera=(), microphone=(), geolocation=()"
|
|
}
|
|
|
|
handle_path /app* {
|
|
reverse_proxy 127.0.0.1:8765
|
|
}
|
|
|
|
handle /api/* {
|
|
reverse_proxy 127.0.0.1:8765
|
|
}
|
|
|
|
handle {
|
|
redir * /app/ 308
|
|
}
|
|
}
|