We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad12877 commit efb573cCopy full SHA for efb573c
components/proxy/conf/Caddyfile
@@ -172,6 +172,23 @@ http:// {
172
redir https://{host}{uri} permanent
173
}
174
175
+# The services directly correlate to Public Services exposed by Dedicated
176
+# When adding new endpoints, please notify Team Engine
177
+https://services.{$GITPOD_DOMAIN} {
178
+ import enable_log
179
+ import remove_server_header
180
+ import ssl_configuration
181
+ import security_headers
182
+
183
+ handle /idp/* {
184
+ reverse_proxy public-api-server.{$KUBE_NAMESPACE}.{$KUBE_DOMAIN}:9002
185
+ }
186
187
+ handle /apps/* {
188
+ reverse_proxy server.{$KUBE_NAMESPACE}.{$KUBE_DOMAIN}:3000
189
190
+}
191
192
https://{$GITPOD_DOMAIN} {
193
import enable_log
194
import remove_server_header
0 commit comments