vpn.abc.dev {
tls /etc/ssl/abc.dev/fullchain.pem /etc/ssl/abc.dev/key.pem
import security_headers
reverse_proxy /relay* localhost:9023
reverse_proxy /signalexchange.SignalExchange/* h2c://localhost:9021
reverse_proxy /ws-proxy/signal/* localhost:9021
reverse_proxy /management.ManagementService/* h2c://localhost:9022
reverse_proxy /ws-proxy/management/* localhost:9022
reverse_proxy /api/* localhost:9022
reverse_proxy /zitadel.admin.v1.AdminService/* h2c://localhost:9019
reverse_proxy /admin/v1/* h2c://localhost:9019
reverse_proxy /zitadel.auth.v1.AuthService/* h2c://localhost:9019
reverse_proxy /auth/v1/* h2c://localhost:9019
reverse_proxy /zitadel.management.v1.ManagementService/* h2c://localhost:9019
reverse_proxy /management/v1/* h2c://localhost:9019
reverse_proxy /zitadel.system.v1.SystemService/* h2c://localhost:9019
reverse_proxy /system/v1/* h2c://localhost:9019
reverse_proxy /assets/v1/* h2c://localhost:9019
reverse_proxy /ui/* h2c://localhost:9019
reverse_proxy /oidc/v1/* h2c://localhost:9019
reverse_proxy /saml/v2/* h2c://localhost:9019
reverse_proxy /oauth/v2/* h2c://localhost:9019
reverse_proxy /.well-known/openid-configuration h2c://localhost:9019
reverse_proxy /openapi/* h2c://localhost:9019
reverse_proxy /debug/* h2c://localhost:9019
reverse_proxy /device/* h2c://localhost:9019
reverse_proxy /device h2c://localhost:9019
reverse_proxy /zitadel.user.v2.UserService/* h2c://localhost:9019
reverse_proxy /* localhost:9020
}
vpn.abc.dev {
tls /etc/ssl/abc.dev/fullchain.pem /etc/ssl/abc.dev/key.pem
import security_headers
reverse_proxy /relay* localhost:9023
reverse_proxy /signalexchange.SignalExchange/* h2c://localhost:9021
reverse_proxy /ws-proxy/signal/* localhost:9021
reverse_proxy /management.ManagementService/* h2c://localhost:9022
reverse_proxy /ws-proxy/management/* localhost:9022
reverse_proxy /api/* localhost:9022
reverse_proxy /zitadel.admin.v1.AdminService/* h2c://localhost:9019
reverse_proxy /admin/v1/* h2c://localhost:9019
reverse_proxy /zitadel.auth.v1.AuthService/* h2c://localhost:9019
reverse_proxy /auth/v1/* h2c://localhost:9019
reverse_proxy /zitadel.management.v1.ManagementService/* h2c://localhost:9019
reverse_proxy /management/v1/* h2c://localhost:9019
reverse_proxy /zitadel.system.v1.SystemService/* h2c://localhost:9019
reverse_proxy /system/v1/* h2c://localhost:9019
reverse_proxy /assets/v1/* h2c://localhost:9019
reverse_proxy /ui/* h2c://localhost:9019
reverse_proxy /oidc/v1/* h2c://localhost:9019
reverse_proxy /saml/v2/* h2c://localhost:9019
reverse_proxy /oauth/v2/* h2c://localhost:9019
reverse_proxy /.well-known/openid-configuration h2c://localhost:9019
reverse_proxy /openapi/* h2c://localhost:9019
reverse_proxy /debug/* h2c://localhost:9019
reverse_proxy /device/* h2c://localhost:9019
reverse_proxy /device h2c://localhost:9019
reverse_proxy /zitadel.user.v2.UserService/* h2c://localhost:9019
reverse_proxy /* localhost:9020
}