Compare commits
2 Commits
alpha-1.13
...
alpha-1.15
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c70dc33f67 | ||
|
|
fb264bf7c6 |
@@ -259,7 +259,16 @@ async def create_proxy_host(
|
||||
"block_exploits": True,
|
||||
"allow_websocket_upgrade": True,
|
||||
"access_list_id": 0,
|
||||
"advanced_config": "",
|
||||
"advanced_config": (
|
||||
"location ^~ /management.ManagementService/ {\n"
|
||||
f" grpc_pass grpc://{forward_host}:{forward_port};\n"
|
||||
" grpc_set_header Host $host;\n"
|
||||
"}\n"
|
||||
"location ^~ /signalexchange.SignalExchange/ {\n"
|
||||
f" grpc_pass grpc://{forward_host}:{forward_port};\n"
|
||||
" grpc_set_header Host $host;\n"
|
||||
"}\n"
|
||||
),
|
||||
"meta": {
|
||||
"letsencrypt_agree": True,
|
||||
"letsencrypt_email": admin_email,
|
||||
|
||||
@@ -29,6 +29,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
# NetBird Relay WebSocket (rels://)
|
||||
handle /relay* {
|
||||
reverse_proxy netbird-{{ subdomain }}-relay:80
|
||||
}
|
||||
|
||||
# Default: NetBird Dashboard
|
||||
handle {
|
||||
reverse_proxy netbird-{{ subdomain }}-dashboard:80
|
||||
|
||||
Reference in New Issue
Block a user