sergiotapia / magnetissimo

Web application that indexes all popular torrent sites, and saves it to the local database.
MIT License
2.99k stars 187 forks source link

Add a nginx configuration example #108

Closed tchoutri closed 6 years ago

Bechrissed commented 6 years ago

Fo whoever is interested in a working Caddy configuration example, the following proxy config is working:

magnetissimo.myserver.com { proxy / localhost:4000 { transparent } }