nginx vds setting up

This commit is contained in:
2026-06-21 23:51:48 +03:00
parent c77915d0d1
commit e513c5140d
+8
View File
@@ -17,6 +17,13 @@ in
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
defaultListen = [
{
addr = "0.0.0.0";
port = 8443;
ssl = true;
}
];
# appendHttpConfig = inputs.zeroq-credentials.services.xray.maps;
virtualHosts = {
# "pubray.zeroq.su" = {
@@ -235,5 +242,6 @@ in
networking.firewall.allowedTCPPorts = [
80
443
8443
];
}