Browse Source

Merge pull request #7 from opi/patch-1

Include SSOWAT user panel.
pull/1/head
abeudin 12 years ago
parent
commit
0c462bb40a
  1. 3
      conf/nginx.conf

3
conf/nginx.conf

@ -13,4 +13,7 @@ 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;
}
Loading…
Cancel
Save