vps-arm-2024-12-03-15-47-46

This commit is contained in:
Alexander Szczepanski
2024-12-03 15:47:46 +01:00
parent db0bc6a35d
commit 8526b26523
8 changed files with 57 additions and 23 deletions

View File

@ -20,7 +20,7 @@ in {
forceSSL = true;
enableACME = true;
locations = {
"/" = {proxyPass = "https://127.0.0.1:3003/";};
"/" = {proxyPass = "https://127.0.0.1:3004/";};
};
};
};
@ -71,7 +71,7 @@ in {
allow_unencrypted_doh = false;
port_dns_over_tls = 853;
port_dns_over_quic = 0;
port_https = 3003;
port_https = 3004;
certificate_chain = "";
private_key = "";
certificate_path = "/var/lib/AdGuardHome/chain.pem";