Browse Source

Merge pull request #2 from opi/patch-1

pull/1/head
Alexis Gavoty 12 years ago
parent
commit
c712ccfffd
  1. 4
      conf/nginx.conf

4
conf/nginx.conf

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