Caddyfile 316 B

12345678910111213141516171819
  1. {
  2. # LetsEncrypt account
  3. email YOUR_EMAIL
  4. }
  5. # Dashboard
  6. https://dashboard.NETMAKER_BASE_DOMAIN {
  7. reverse_proxy http://127.0.0.1:8082
  8. }
  9. # API
  10. https://api.NETMAKER_BASE_DOMAIN {
  11. reverse_proxy http://127.0.0.1:8081
  12. }
  13. # gRPC
  14. https://grpc.NETMAKER_BASE_DOMAIN {
  15. reverse_proxy h2c://127.0.0.1:50051
  16. }