Merge pull request #2 from opi/patch-1

This commit is contained in:
Alexis Gavoty 2014-05-29 13:23:43 +02:00
commit c712ccfffd

View file

@ -10,4 +10,8 @@ location PATHTOCHANGE {
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}