Add back HTTP Proxy setting

This commit is contained in:
JonnyWong16 2017-12-22 13:01:25 -08:00
parent b77a409414
commit 4dd05e217a
3 changed files with 8 additions and 2 deletions

View file

@ -357,6 +357,12 @@
</div>
<p class="help-block">The base URL of the web server. Used for reverse proxies.</p>
</div>
<div class="checkbox">
<label>
<input type="checkbox" class="http-settings" name="http_proxy" id="http_proxy" value="1" ${config['http_proxy']}> Enable HTTP Proxy
</label>
<p class="help-block">Respect the X-Forwarded-Proto header. Used for reverse proxies with SSL.</p>
</div>
<br />
<div class="checkbox">
<label>