hosts: server: turn and redis adjustments

This commit is contained in:
Kabbone 2023-12-29 10:19:20 +01:00
parent 05ac2e175c
commit 69c050bef6
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@
pkey = "${config.security.acme.certs.${realm}.directory}/key.pem";
extraConfig = ''
# for debugging
verbose
#verbose
# ban private IP ranges
no-multicast-peers
denied-peer-ip=0.0.0.0-0.255.255.255

View File

@ -47,6 +47,7 @@
enable = true;
user = "nextcloud";
port = 0;
vmOverCommit = true;
};
services.nginx = {