From 221c7d916b64cea3436ecb0b8da5321a018bc0fd Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 4 Jan 2026 19:16:58 +0300 Subject: [PATCH] 123 --- modules/vds/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vds/nginx.nix b/modules/vds/nginx.nix index 56d6e67..1a92976 100644 --- a/modules/vds/nginx.nix +++ b/modules/vds/nginx.nix @@ -22,7 +22,7 @@ in root = "/var/www/sub"; locations."/" = { extraConfig = '' - autoindex off; # не показываем каталог + autoindex off; ''; }; };