Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to change web port ? #592

Open
KaKi87 opened this issue Oct 3, 2021 · 2 comments
Open

[Question] How to change web port ? #592

KaKi87 opened this issue Oct 3, 2021 · 2 comments

Comments

@KaKi87
Copy link

KaKi87 commented Oct 3, 2021

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

@lxhom
Copy link

lxhom commented Oct 26, 2021

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)

@KaKi87
Copy link
Author

KaKi87 commented Nov 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants