mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-21 01:05:30 +00:00
fix: add configurable uwsgi_read_timeout to fix 504 timeout on large M3U imports (fixes #745)
This commit is contained in:
parent
03c8d55ab9
commit
6f54910986
3 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ server {
|
|||
location / {
|
||||
include uwsgi_params;
|
||||
uwsgi_pass unix:/app/uwsgi.sock;
|
||||
uwsgi_read_timeout NGINX_UWSGI_TIMEOUT;
|
||||
}
|
||||
|
||||
location /assets/ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue