-
-
Notifications
You must be signed in to change notification settings - Fork 336
Closed
Labels
Description
the error
This 192.168.0.1 page can’t be found
No webpage was found for the web address: https://192.168.0.1/jackett/
HTTP ERROR 404
jackett is reachable via qbittorrent
where 192.168.0.1 is my docker server and when I go to 192.168.0.1 I see the swag page and 192.168.0.1/qbittorrent I could use qbittorrent which is able to use jackett because in config/qbittorrent/qBittorrent/nova3/engines/jackett.json I specified
"url": "http://jackett:9117" which is routed properly through the docker.

swag ping jackett
inside swag, I'm also able to ping jackett

and the config are fine
I literally just cp jacket.subfolder.conf.sample jacket.subfolder.conf and reload/restart swag
docker logs swag
cat swag/log/nginx/error.log
jacket.subdomain.conf is working
- when I use jackett subdomain it work
- when I use jackett subfolder it end with this page
So this is way I'm opening an issue here because I think it is inside the nginx config
- I found this https://github.com/Jackett/Jackett/wiki/Reverse-Proxy but when I compare with your config (proxy.conf + jackett.subfolder.conf) I don't really see an issue.

