mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-29 18:22:32 +02: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