From d372ec1790e053b056319c87af1d3b652df71f59 Mon Sep 17 00:00:00 2001 From: zamentur Date: Sun, 25 Jan 2015 13:43:05 +0100 Subject: [PATCH] [enh] Add yunohost square backlink --- conf/nginx.conf | 1 + conf/nginx.conf-nosub | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 2d71e1c..29b705c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,4 +3,5 @@ location PATHTOCHANGE/ { proxy_pass http://localhost:YUNOPORT/; proxy_set_header Host $host; proxy_buffering off; + include conf.d/yunohost_panel.conf.inc; } diff --git a/conf/nginx.conf-nosub b/conf/nginx.conf-nosub index 2f88c07..cbdccdc 100644 --- a/conf/nginx.conf-nosub +++ b/conf/nginx.conf-nosub @@ -2,5 +2,6 @@ location / { proxy_pass http://localhost:YUNOPORT/; proxy_set_header Host $host; # be careful, this line doesn't override any proxy_buffering on set in a conf.d/file.conf - proxy_buffering off; + proxy_buffering off; + include conf.d/yunohost_panel.conf.inc; }