1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00
This commit is contained in:
scith 2016-12-18 01:51:20 +01:00
parent af13b0b3a5
commit 6d59347886

View file

@ -5,7 +5,7 @@ location PATHTOCHANGE {
rewrite ^ https://$server_name$request_uri? permanent;
}
location ^~ PATHTOCHANGEapp/data {
location ^~ PATHTOCHANGE/app/data {
deny all;
}