Commit ea047c57d5977072e1d4d99a313f99a5bcb3a2ec
1 parent
d1bafeea15
Exists in
master
Include SSOWAT user panel.
Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff
conf/nginx.conf
... | ... | @@ -14,6 +14,9 @@ location PATHTOCHANGE { |
14 | 14 | fastcgi_param PATH_INFO $fastcgi_path_info; |
15 | 15 | fastcgi_param HTTPS on; |
16 | 16 | } |
17 | + | |
18 | + # Include SSOWAT user panel. | |
19 | + include conf.d/yunohost_panel.conf.inc; | |
17 | 20 | } |
18 | 21 | |
19 | 22 | location ~ ^PATHTOCHANGE/(data|config|\.ht|db_structure\.xml|README) { |