diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-06 19:19:23 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-06 19:19:23 +0200 |
commit | 0ff6671cec0bc8db106f094400425ada5d4faf7a (patch) | |
tree | d8e03e9da57cea28b4d090524b10d64f00b0e0e3 /webserver.conf | |
parent | 917d4574153fa57ea43e7410006f58aa5b1bbb0b (diff) |
Don't use privileged ports as user
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf index 38af8ab..7749739 100644 --- a/webserver.conf +++ b/webserver.conf @@ -56,6 +56,11 @@ <port>8081</port> <protocol>https</protocol> </socket> + <socket> + <address>127.0.0.1</address> + <port>443</port> + <protocol>https</protocol> + </socket> </sockets> </webserver> |