This commit is contained in:
zino
2023-12-09 19:19:17 +01:00
parent 5624a6b32d
commit 91ec9cf007

View File

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