diff --git a/conf/nginx.conf b/conf/nginx.conf index 5ac4a39..7353fb7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,4 +8,6 @@ location __PATH__/ { proxy_set_header X-Forwarded-Proto $scheme; expires 0m; + + include conf.d/yunohost_panel.conf.inc; }