diff --git a/conf/nginx.conf b/conf/nginx.conf index 1596d0f..742b479 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; }