karamanolev / WhatManager2

Torrent management system based on Django and Transmission
MIT License
153 stars 25 forks source link

404 not found when trying to use nginx #80

Closed LennyPenny closed 7 years ago

LennyPenny commented 7 years ago

Hey I'm trying to set this up in a subfolder on an existing nginx config

Here is my config: https://vgy.me/9RjTkD.png https://vgy.me/e7tDXg.png

I'm using an ip instead of a domain in the STATIC_URL field in settings.py

So nginx just isn't finding the uwsgi server I guess Any ideas what could be going wrong?

LennyPenny commented 7 years ago

Could it also be a problem that I'm trying to set this up as https?

LennyPenny commented 7 years ago

nvm my error was not putting a slash before the location D: