WhatCD/Gazelle

Tracker Conf

DuR4c3ll opened this issue · 3 comments

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

On which system are you installing it?

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

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).