Reverse Proxy
goTorrent supports reverse proxy behind something like Nginx or Apache
To enable reverse Proxy set ProxyEnabled
to true in config.toml
, then input the correct BaseURL
and start the server.
If you use a reverse proxy, add of the information for the frontend should be configured automatically, so you shouldn't have to make any changes to kickstart-generated.js
.
SSL
It is assumed that the reverse proxy is behind SSL.. if not then you may need to change the kickstart-generated.js
from wss
to ws
.