mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Fix
This commit is contained in:
parent
af13b0b3a5
commit
6d59347886
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ location PATHTOCHANGE {
|
|||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
location ^~ PATHTOCHANGEapp/data {
|
||||
location ^~ PATHTOCHANGE/app/data {
|
||||
deny all;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue