Archived
1
0
forked from rarias/bscpkgs

Add p command to paste files

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
2024-09-16 16:33:42 +02:00
parent fce4d89e1d
commit 9ea7b2b475
3 changed files with 28 additions and 0 deletions

View File

@@ -55,6 +55,9 @@ in
autoindex on;
absolute_redirect off;
}
location /p/ {
alias /ceph/p/;
}
'';
};
};