Vaadin 23在Traefik反向代理后面
我正在寻找一个traefik toml配置文件的示例,以提供新创建的vaadin应用程序。我当前的配置是:
[http]
# Add the router
[http.routers]
[http.routers.esus]
rule = "Host(`app.acme.com`)"
service = "esus"
entrypoints = ["web","websecure"]
passHostHeader = true
[http.routers.esus.tls]
certResolver = "letsencrypt"
# Add the service
[http.services]
[http.services.esus.loadbalancer]
[[http.services.esus.loadbalancer.servers]]
url = "http://srvdock01:8086"
这样,我有一个空白屏幕。我想这是由于标头向前配置或Websocket所致。
一些帮助将不胜感激。
问候, 亚历克斯
I'm looking for an example of Traefik toml config file to serve a newly created Vaadin app. My current config is :
[http]
# Add the router
[http.routers]
[http.routers.esus]
rule = "Host(`app.acme.com`)"
service = "esus"
entrypoints = ["web","websecure"]
passHostHeader = true
[http.routers.esus.tls]
certResolver = "letsencrypt"
# Add the service
[http.services]
[http.services.esus.loadbalancer]
[[http.services.esus.loadbalancer.servers]]
url = "http://srvdock01:8086"
With that, I've got a blank screen. I suppose that it is due to header forward configuration or maybe websocket.
Some help would be really appreciated.
Regards,
Alex
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论