mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 11:22:06 +00:00
Reverse proxy settings in UI
This commit is contained in:
parent
9447ea6786
commit
0e5b100733
1 changed files with 12 additions and 0 deletions
|
@ -13,6 +13,18 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="control-group">
|
||||||
|
<label class="control-label">URL Base</label>
|
||||||
|
|
||||||
|
<div class="controls">
|
||||||
|
<input type="text" name="urlBase"/>
|
||||||
|
<span>
|
||||||
|
<i class="icon-nd-form-warning" title="Requires restart to take effect"/>
|
||||||
|
<i class="icon-nd-form-info" title="For reverse proxy support, default is empty"/>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="control-group advanced-setting">
|
<div class="control-group advanced-setting">
|
||||||
<label class="control-label">Enable SSL</label>
|
<label class="control-label">Enable SSL</label>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue