This commit is contained in:
2026-01-04 19:16:47 +03:00
parent 912df3b7ff
commit c06130697d
+10
View File
@@ -16,6 +16,16 @@ in
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
virtualHosts = { virtualHosts = {
"sub.zeroq.ru" = {
enableACME = true;
forceSSL = true;
root = "/var/www/sub";
locations."/" = {
extraConfig = ''
autoindex off; # не показываем каталог
'';
};
};
"kuma.zeroq.ru" = { "kuma.zeroq.ru" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;