From c09a6437defabb0b1fac5c09ccd4ae4fa500bb83 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 4 May 2015 15:19:57 +0300 Subject: rhizi-server.conf.jinja: adapt reverse_proxy_host template var to FQDN switch --- res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja b/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja index f8eca6f0..b6497fa0 100644 --- a/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja +++ b/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja @@ -18,7 +18,7 @@ static_url_path = /static # listen_address = 127.0.0.1 listen_port = {{ rz_port__http }} -reverse_proxy_host = {{ domain_fqdn }}.rhizi.net +reverse_proxy_host = {{ domain_fqdn }} reverse_proxy_port = 80 # ----------------------------------------------------------------------------- -- cgit v1.3.1