Closed UserX404 closed 9 months ago
The next
parameter had changed recently: https://github.com/pyload/pyload/commit/fe94451dcc2be90b3889e2fd9d07b483c8a6dccd
Closing.
This ticket has been automatically locked since there has not been any recent activity after it was closed.
Question
I'm running pyload behind an nginx reverse proxy (Nginx Proxy Manager) and have a (maybe) small issue where I don't know where to find the culbrit. The issue occures only when the browser hasn't cached data, when I has to input my login credentials. I access through https://pyload.mydomain.com and get a respose url like https://pyload.mydomain.com/login?next=http://pyload.mydomain.com. Changing the scheme of the next-url to https directs me to the expected login page. Is this next-url someting pyload is responsible for or has there somesthing to be changed on ngnix-config?
I use ngnix as ssl-termination with unencrypted connection to pyload.
Additional references