1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

Unlike similar software Sonarr doesn't work if the UrlBase starts with a slash.

nigelhooper 2018-12-19 21:24:13 +00:00
parent 8cf391f4f4
commit f85010b6da

@ -84,4 +84,5 @@ Reload Nginx: `nginx -s reload`
## Variant 2: Editing the configuration file
1. Open file ~/.config/NzbDrone/config.xml
2. Add entry `<UrlBase>your/desired/path</UrlBase>`
2. Add entry <UrlBase>your/desired/path</UrlBase>
NB Note that UrlBase doesn't start with a slash otherwise it wont work!