You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.
I've recently installed this Aria2-with-webui using this docker image:
i have a couple of other docker images that provide different services. all of those apps web based GUI are accessible from the outside through nginx reverse proxy. such as https://my.domain.com/app1 https://my.domain.com/app2
etc
i've tried to access aria2-with-webui through the nginx reverse proxy but without success.
Aria2 with it's UI runs on port 6880
so my nginx location path looks like this:
but all i get in return is error 404. I have tried different approaches without success.
could you by any chance give me a hint in how to access the aria2 gui properly with nginx?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've recently installed this Aria2-with-webui using this docker image:
i have a couple of other docker images that provide different services. all of those apps web based GUI are accessible from the outside through nginx reverse proxy. such as
https://my.domain.com/app1
https://my.domain.com/app2
etc
i've tried to access aria2-with-webui through the nginx reverse proxy but without success.
Aria2 with it's UI runs on port 6880
so my nginx location path looks like this:
but all i get in return is error 404. I have tried different approaches without success.
could you by any chance give me a hint in how to access the aria2 gui properly with nginx?
The text was updated successfully, but these errors were encountered: