Compare commits
2 commits
301889ab8b
...
ff51b41c38
Author | SHA1 | Date | |
---|---|---|---|
ff51b41c38 | |||
76cf14a9ef |
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ defaults = {
|
|||
'libopenjp2-7': {},
|
||||
'libturbojpeg0-dev': {},
|
||||
'tzdata': {},
|
||||
#'bluez': {},
|
||||
'bluez': {},
|
||||
'libtiff6': {},
|
||||
'ffmpeg': {},
|
||||
'liblapack3': {},
|
||||
|
|
|
@ -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