hosts: server: turn and redis adjustments
This commit is contained in:
parent
05ac2e175c
commit
69c050bef6
@ -14,7 +14,7 @@
|
|||||||
pkey = "${config.security.acme.certs.${realm}.directory}/key.pem";
|
pkey = "${config.security.acme.certs.${realm}.directory}/key.pem";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# for debugging
|
# for debugging
|
||||||
verbose
|
#verbose
|
||||||
# ban private IP ranges
|
# ban private IP ranges
|
||||||
no-multicast-peers
|
no-multicast-peers
|
||||||
denied-peer-ip=0.0.0.0-0.255.255.255
|
denied-peer-ip=0.0.0.0-0.255.255.255
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
user = "nextcloud";
|
user = "nextcloud";
|
||||||
port = 0;
|
port = 0;
|
||||||
|
vmOverCommit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
Loading…
Reference in New Issue
Block a user