♻: separate app from user data for shaarli
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user