Skip to content

Commit 6d7afa1

Browse files
committed
fix?
1 parent e78b612 commit 6d7afa1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/proxy/conf/Caddyfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,7 @@ https://{$GITPOD_DOMAIN} {
264264

265265
# public-api
266266
https://api.{$GITPOD_DOMAIN} {
267-
@backend_public_api_http {}
268-
handle @backend_public_api_http {
269-
reverse_proxy public-api-server.{$KUBE_NAMESPACE}.{$KUBE_DOMAIN}:9000 {
270-
}
271-
}
267+
reverse_proxy public-api-server.{$KUBE_NAMESPACE}.{$KUBE_DOMAIN}:9000
272268
}
273269

274270
# workspaces

0 commit comments

Comments
 (0)