diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-04 15:19:57 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-05 19:04:32 +0300 |
| commit | c09a6437defabb0b1fac5c09ccd4ae4fa500bb83 (patch) | |
| tree | a8b289e6f68ab339b5a284718819825af674ff1a | |
| parent | 646401371f1fce4e5fb0d4884d66ddff9832069c (diff) | |
rhizi-server.conf.jinja: adapt reverse_proxy_host template var to FQDN switch
| -rw-r--r-- | res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja | 2 |
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 # ----------------------------------------------------------------------------- |
