mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Wrong conf
This commit is contained in:
parent
ee2a2354ea
commit
0a04db5ec8
1 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@ location PATHTOCHANGE {
|
|||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
}
|
||||
location ^~ /data {
|
||||
deny all;
|
||||
}
|
||||
# location ^~ /data {
|
||||
# deny all;
|
||||
# }
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue