Traefik With OpenLiteSpeed Docker

#1
Dear Friends,

I'm having Traefik as the Reverse Proxy engine with OLS + WordPress under a docker. I also have Cloudflare Tunnel under a docker to connect some services.

I am currently using CF Tunnel to access a WordPress website on OLS.

Now, I'm trying to set up QuicCloud CDN on my WordPress website.

I'm able to use the Rest services of Lite Cache using CF Tunnel. However, as for using QuicCloud CDN, I need to use the DNS service (via Cname) of QuicCloud. I have to change from CF Tunnel to Traefik to connect to my website on OLS.

For CF Tunnel, I have to just point the domain to https://litespeed:443.

However, via Traefik, I'm unable to access the website by using the following labels, using which I access other services via Traefik.

Code:
traefik.enable=true
traefik.http.routers.litespeed.tls=true
traefik.http.routers.litespeed.entrypoints=https
traefik.http.routers.litespeed.rule=Host(`domain.com`)
traefik.http.services.litespeed.loadbalancer.server.port=443
I tried 80 and 8088 (default listener).

Let me know what information is required to suggest a solution.
 
Top