summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-04 15:19:57 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-05 19:04:32 +0300
commitc09a6437defabb0b1fac5c09ccd4ae4fa500bb83 (patch)
treea8b289e6f68ab339b5a284718819825af674ff1a /res
parent646401371f1fce4e5fb0d4884d66ddff9832069c (diff)
rhizi-server.conf.jinja: adapt reverse_proxy_host template var to FQDN switch
Diffstat (limited to 'res')
-rw-r--r--res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja2
1 files changed, 1 insertions, 1 deletions
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
# -----------------------------------------------------------------------------