Commit 2f9edc1efb5d582ae5fe6d44dcba2db310a4a527
Exists in
master
Merge pull request #6 from opi/patch-1
Include SSOWAT user panel.
Showing 1 changed file 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) { |