mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-25 22:16:29 +01:00
Allow longer timeout
This commit is contained in:
@@ -8,7 +8,9 @@ server {
|
||||
|
||||
location / {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
proxy_read_timeout 30;
|
||||
proxy_connect_timeout 30m;
|
||||
proxy_send_timeout 30m;
|
||||
proxy_read_timeout 30m;
|
||||
proxy_pass http://backend/joal/ui/;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user