ziahamza/webui-aria2

[Question] How to change web port ?

KaKi87 opened this issue · 2 comments

The web port is 8888 by default, the configuration.js file doesn't mention it, how do I change that ? Thanks.

lxhom commented

Use it as the 1st argument when starting the server, for example node node-server 8000 to start the server on port 8000. (see the server port variable)

Thanks, now how do I make the UI use HTTPS and no port when calling /jsonrpc ? (I run it behind an apache virtual host).
I tried updating configuration.js with port: 443, encrypt: true but it doesn't have any effect, even after restart.
Thanks