Share: Hide all dirs.

This commit is contained in:
Dmitry Voronin 2025-01-28 11:01:02 +03:00
parent 6865375228
commit a68ef5972b
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -11,8 +11,8 @@ in
"share.${cfg.domain}" = {
inherit (cfg) sslCertificate sslCertificateKey extraConfig;
locations = {
# "~* /$" = {
"= /" = {
"~* /$" = {
# "= /" = {
inherit root;
extraConfig = index + cfg.allowLocal;
};