Archived
1
0
forked from rarias/bscpkgs

Add p service for pastes

Reviewed-by: Aleix Boné <abonerib@bsc.es>
Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
2025-06-13 12:53:58 +02:00
parent 8af1b259f5
commit 47ad89dee1
3 changed files with 74 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ in
autoindex on;
absolute_redirect off;
}
location /p/ {
alias /var/lib/p/;
}
'';
};
};