Error 404 Not Found - Deluge

Hi Everyone,

I’m trying to setup Deluge with Caddy Version 0.10.9. I’ve looked at this Struggling to get reverse proxy working with Deluge for a referrence but no matter what suggestion I used in that thread I keep getting, 404 Not Found.

Here is my Caddy File

skywave.domain.com {
proxy /deluge http://192.168.1.16:8112/ {
transparent
without /deluge
header_upstream X-Deluge-Base “/deluge”
}

I don’t know what i’m doing wrong.

EDIT: Got it working. Followed Reverse Proxy setup on Pi3 - #3 by Jokerigno instead and matched the configuration with my own.

Glad to hear you got it going - would you mind sharing your final Caddyfile?

Oh Certainly!

skywave.com
{
root /var/www/html
}

deluge.skywave.com {
proxy / 192.168.1.16:8112 {
transparent
websocket
}
tls example@domain.com
}

deluge2.skywave.com {
proxy / 192.168.1.17:8112 {
transparent
websocket
}
tls example@domain.com
}

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.