Cleanup
This commit is contained in:
parent
ecf4fe59af
commit
01b19c9fa0
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ in
|
||||||
server_name = cfg.domain;
|
server_name = cfg.domain;
|
||||||
certificate_path = "/var/lib/acme/${cfg.domain}/fullchain.pem";
|
certificate_path = "/var/lib/acme/${cfg.domain}/fullchain.pem";
|
||||||
private_key_path = "/var/lib/acme/${cfg.domain}/key.pem";
|
private_key_path = "/var/lib/acme/${cfg.domain}/key.pem";
|
||||||
|
port_https = 3001; # Prevent conflict with Nginx on port 443
|
||||||
port_dns_over_tls = 853;
|
port_dns_over_tls = 853;
|
||||||
port_dns_over_quic = 0;
|
port_dns_over_quic = 0;
|
||||||
allow_unencrypted_doh = false;
|
allow_unencrypted_doh = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue