hass more timeout
This commit is contained in:
parent
301889ab8b
commit
76cf14a9ef
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ server {
|
|||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_read_timeout 3600;
|
||||
proxy_pass http://127.0.0.1:8123;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue