[Security] Fix typo
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)pull/557/head
parent
2b3586399e
commit
298d664c02
|
@ -25,7 +25,7 @@ openHAB has a built-in webserver, which listens on port 8080 for HTTP and 8443 f
|
|||
In general, it is advised to use HTTPS communication over HTTP.
|
||||
|
||||
The default ports 8080 and 8443 can be changed by setting the environment variables `OPENHAB_HTTP_PORT` resp. `OPENHAB_HTTPS_PORT`.
|
||||
In an apt installation, you would best do this in the file `/etc/defaults/openhab2`.
|
||||
In an apt installation, you would best do this in the file `/etc/default/openhab2`.
|
||||
|
||||
### SSL Certificates
|
||||
|
||||
|
|
Loading…
Reference in New Issue