1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00

[fix] fix permission issue on data dir

This commit is contained in:
Julien Malik 2014-11-17 15:57:08 +01:00 committed by Moul
parent 365e1f36ec
commit 615b4f3946

View file

@ -12,6 +12,10 @@ location YNH_EXAMPLE_PATH {
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
}
location YNH_EXAMPLE_PATH/data {
deny all;
return 403;
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}