Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to set the logout timeout longer? #147

Closed
Ninelpienel opened this issue Apr 11, 2023 · 5 comments
Closed

Is it possible to set the logout timeout longer? #147

Ninelpienel opened this issue Apr 11, 2023 · 5 comments

Comments

@Ninelpienel
Copy link

Hey, I noticed that the web connection logs me out after just a few minutes. Is it possible to extend the time?

@jlesage
Copy link
Owner

jlesage commented Apr 11, 2023

Are you using a direct connection to the IP/port ? Or through a reverse proxy ?

@Ninelpienel
Copy link
Author

I use a reverse proxy.

@jlesage
Copy link
Owner

jlesage commented Apr 11, 2023

This is probably the one terminating the connection. The web server in the container has a timeout of 5 days.

@panosru
Copy link

panosru commented Sep 26, 2023

You can use proxy_read_timeout 120m; setting if you are using Nginx Proxy Manager in the Advanced tab of your proxy host, like so:

image

120m stands for 120 minutes, you can change the timeout according to your needs.

@jlesage
Copy link
Owner

jlesage commented Jul 29, 2024

Closing this issue. Please re-open is needed.

@jlesage jlesage closed this as completed Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants