This commit is contained in:
zino
2023-12-09 19:41:10 +01:00
parent 39176fd161
commit 0003cc9673

View File

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