Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/install/installer/pkg/components/proxy/templates/configmap/vhost.open-vsx.tpl
2506 views
https://open-vsx.{{.Domain}} {
    import enable_log_debug
    import remove_server_header
    import ssl_configuration

    reverse_proxy  {
        to {{.RepoURL}}
    }
}