Hi,
I have recently set up a Reverse Proxy with Nginx for all my services.
I’ve succeeded to put behind it most of them.
But I’ve got an issue with Aria2. It is reachable using a remote app for Aria2, using the domain and the port 6800. But it is no longer reachable from the WebUI. I was previously accessing it on local network with [localip]/aria2/docs. But now I can no longer access it even on local network. I think the issue is a conflict between Aria2’s SSL mode and my Nginx.
Here is my aria2.conf : https://pastebin.com/E6JKUsts
What settings should I check to fix this ? Maybe disable SSL mode ?
The final objective would be to set it behind my reverse proxy too with a subpath [domain]/aria2. But I didn’t find any nginx configuration example in the official docs.
Thanks in advance for your help,
Have a great day