From 85ad1a787f90bc32ada99926b3da9ca371330075 Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 23 Jun 2016 12:46:03 +0000 Subject: [PATCH] [enh] Include YunoHost tile. --- conf/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 380c23c..cb0af1e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,4 +3,7 @@ location YNH_EXAMPLE_PATH/ { proxy_pass http://YNH_EXAMPLE_DOMAIN:YNH_EXAMPLE_PORT/; proxy_set_header Host $host; proxy_buffering off; + + # Include SSOWAT user panel. + include conf.d/yunohost_panel.conf.inc; }