WhatCD / Gazelle

http://whatcd.github.io/Gazelle/
1.84k stars 363 forks source link

Tracker Conf #122

Open DuR4c3ll opened 6 years ago

DuR4c3ll commented 6 years ago

Is someone able to please post a working, sane nginx tracker conf, please?

alby696 commented 6 years ago

On which system are you installing it?

DuR4c3ll commented 6 years ago

Debian 9 and it's working to a degree. However, the FL tokens are causing problems for example:

A user uses a FL token and downloads. As soon as the download completes in the users client Ocelot in Screen will starting spitting out the same error over and over again ending up with a huge GB sized /var/log/nginx/access.log

0ehGH73.png

itismadness commented 5 years ago

This is an issue with Ocelot in that it cannot communicate with a site that only uses https.

A simple fix is to modify this line in Ocelot to use https instead of http and avoid the 301 (which is probably a 301 to upgrade http to https).