♻: separate app from user data for shaarli
All checks were successful
ansible-lint / lint-everything (push) Successful in 5s

This commit is contained in:
VC
2025-03-09 13:15:51 +01:00
parent bd13b84527
commit 5e17799aad
3 changed files with 61 additions and 14 deletions

View File

@@ -1,10 +1,10 @@
## Shaarli
server {
{% include './templates/header.conf.j2' %}
root /srv/http/fav.libertus.eu/;
root /var/www/fav.libertus.eu/;
index index.html index.htm index.php;
location ^/(cache|data)/ {
location ~* ^/(cache|data)/.* {
deny all;
}