mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-28 01:52:58 +08:00
19 lines
316 B
Text
19 lines
316 B
Text
|
{
|
||
|
# LetsEncrypt account
|
||
|
email YOUR_EMAIL
|
||
|
}
|
||
|
|
||
|
# Dashboard
|
||
|
https://dashboard.NETMAKER_BASE_DOMAIN {
|
||
|
reverse_proxy http://127.0.0.1:8082
|
||
|
}
|
||
|
|
||
|
# API
|
||
|
https://api.NETMAKER_BASE_DOMAIN {
|
||
|
reverse_proxy http://127.0.0.1:8081
|
||
|
}
|
||
|
|
||
|
# gRPC
|
||
|
https://grpc.NETMAKER_BASE_DOMAIN {
|
||
|
reverse_proxy h2c://127.0.0.1:50051
|
||
|
}
|