Skip to content

Commit 7c27a68

Browse files
committed
fix?
1 parent 8e9e090 commit 7c27a68

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/proxy/conf/Caddyfile

Lines changed: 1 addition & 5 deletions
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)