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;
recommendedTlsSettings = true;
virtualHosts = {
"sub.zeroq.ru" = {
enableACME = true;
forceSSL = true;
root = "/var/www/sub";
locations."/" = {
extraConfig = ''
autoindex off; # не показываем каталог
'';
};
};
"kuma.zeroq.ru" = {
forceSSL = true;
enableACME = true;