mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
e8a2412dff
commit
dded9cdb5e
|
|
@ -171,6 +171,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
|
||||||
|
|
||||||
??? question "How can I have different hostnames for multiple pikvms?"
|
??? question "How can I have different hostnames for multiple pikvms?"
|
||||||
Using a SSH session or the web terminal:
|
Using a SSH session or the web terminal:
|
||||||
|
|
||||||
- Make sure you're `root`, if you're not root use the `su` command to become root
|
- Make sure you're `root`, if you're not root use the `su` command to become root
|
||||||
- Enter read write mode of the PiKVM by executing the `rw` command
|
- Enter read write mode of the PiKVM by executing the `rw` command
|
||||||
- Execute: `hostnamectl set-hostname yournewhostname.domain`
|
- Execute: `hostnamectl set-hostname yournewhostname.domain`
|
||||||
|
|
@ -184,6 +185,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
|
||||||
|
|
||||||
??? question "How can I change the HTTP/HTTPS ports?"
|
??? question "How can I change the HTTP/HTTPS ports?"
|
||||||
You can change the ports in the following files:
|
You can change the ports in the following files:
|
||||||
|
|
||||||
- `/etc/kvmd/nginx/listen-https.conf`
|
- `/etc/kvmd/nginx/listen-https.conf`
|
||||||
- `/etc/kvmd/nginx/listen-http.conf`
|
- `/etc/kvmd/nginx/listen-http.conf`
|
||||||
- `/etc/kvmd/nginx/redirect-to-https.conf`
|
- `/etc/kvmd/nginx/redirect-to-https.conf`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue