This commit is contained in:
zino
2023-12-09 19:34:58 +01:00
parent cd93a85f7c
commit 39176fd161

View File

@@ -35,7 +35,7 @@ server {
} }
location /duplicator { location /duplicator {
root ../../../../duplicator; root ../../../../../duplicator;
autoindex on; autoindex on;
} }
} }