Help me running multi WebUI qBittorrent at the same time

running multi WebUI at the same time on qbittorrent
caddy v1.0.4

Caddyfile:::

  apps.domain.me {
    gzip
    realip cloudflare
    log /mnt/config/caddy/log/caddy.a.log
    tls {
            dns cloudflare
    }

    redir /qbit /qbit/
    proxy /qbit 127.0.0.1:8080 {
      without /qbit
      transparent
      websocket
            }

    redir /qbit2 /qbit2/
    proxy /qbit2 127.0.0.1:8080 {
      root /mnt/config/qbit/qt-web2/public/
      without /qbit2
      transparent
      websocket
            }
    }

don’t work T-T

Howdy @showkubii,

I can see you’ve posted your Caddy version and Caddyfile (thanks!), but there’s a lot more information missing. At a very quick glance, I can’t see anything glaringly wrong with your Caddyfile, so your problem is likely a bit more complex.

(I’d be remiss not to mention, too, that Caddy has had an entirely new version released since v1, rewritten from the ground up and much improved! You might consider upgrading to the new Caddy v2.)

There is a Help topic post template that outlines some of the information needed to point you in the right direction. If you can fill it out, you’re much more likely to get better help.

2 Likes

This topic was automatically closed after 30 days. New replies are no longer allowed.