mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-17 10:34:38 +08:00
Update CaddyFile to use the links
This commit is contained in:
parent
5a6e445ff2
commit
5078cdbe20
1 changed files with 4 additions and 4 deletions
|
@ -5,15 +5,15 @@
|
|||
|
||||
# Dashboard
|
||||
https://dashboard.NETMAKER_BASE_DOMAIN {
|
||||
reverse_proxy http://127.0.0.1:8082
|
||||
reverse_proxy http://ui:80
|
||||
}
|
||||
|
||||
# API
|
||||
https://api.NETMAKER_BASE_DOMAIN {
|
||||
reverse_proxy http://127.0.0.1:8081
|
||||
reverse_proxy http://api:8081
|
||||
}
|
||||
|
||||
# gRPC
|
||||
https://grpc.NETMAKER_BASE_DOMAIN {
|
||||
reverse_proxy h2c://127.0.0.1:50051
|
||||
}
|
||||
reverse_proxy h2c://api:50051
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue