我正在尝试实现反向代理服务的解决方案,使用Traefik v1 (1.7)和ECS一次性任务作为后端,作为described in this SO question。应通过动态路由-对/user/1234/*路径的请求应转至ECS任务,并使用适当的docker标签运行: docker_labels = { traefik</em
使用docker,我尝试使用HTTPS端口443设置traefik后端,以便traefik容器和app容器(Apache2.4)之间的通信将被加密。如果我在我的码头容器上激活traefik.protocol=https和traefik.port=443,我会得到一个Internal Server Error。容器上的证书(运行在里面的Apache2.4)是真正签名的证书(我将它们安装在traefik和我的</
我有一个简单的wordpress docker-compose设置,它在我的主域上工作,定义如下: reverse-proxy: command: --api --docker # Enables the web UI and tells"8080:8080" # The Web UI (enabled by -