bundles/navidrome: more proxy_read_timeout
This commit is contained in:
parent
7f9f131459
commit
dd05240b66
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ def nginx(metadata):
|
||||||
'locations': {
|
'locations': {
|
||||||
'/': {
|
'/': {
|
||||||
'target': f'http://127.0.0.1:{metadata.get('navidrome/config/Port')}',
|
'target': f'http://127.0.0.1:{metadata.get('navidrome/config/Port')}',
|
||||||
|
# some requests take a loooooong time (for example,
|
||||||
|
# "delete all missing files" will wait until
|
||||||
|
# everything has been purged from the database)
|
||||||
|
'proxy_read_timeout': '1h',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'website_check_path': '/user/login',
|
'website_check_path': '/user/login',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue