mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 09:16:40 +00:00
trying embedded caddy reverse proxy
This commit is contained in:
9
proxy/config.example.json
Normal file
9
proxy/config.example.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"listen_address": ":8080",
|
||||
"target_url": "http://localhost:3000",
|
||||
"read_timeout": "30s",
|
||||
"write_timeout": "30s",
|
||||
"idle_timeout": "60s",
|
||||
"shutdown_timeout": "10s",
|
||||
"log_level": "info"
|
||||
}
|
||||
Reference in New Issue
Block a user