From 298d664c02edaf431fc055c61596b0083b49e4ab Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Wed, 8 Nov 2017 14:57:12 +0100 Subject: [PATCH] [Security] Fix typo Signed-off-by: Thomas Dietrich (github: ThomDietrich) --- installation/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/security.md b/installation/security.md index fc52922d7..629d11a1b 100644 --- a/installation/security.md +++ b/installation/security.md @@ -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