Compare commits
No commits in common. "ff51b41c38a193668657615e49e0a585e78ff763" and "301889ab8b509770c926dc46312d739bf4080c7c" have entirely different histories.
ff51b41c38
...
301889ab8b
2 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ defaults = {
|
||||||
'libopenjp2-7': {},
|
'libopenjp2-7': {},
|
||||||
'libturbojpeg0-dev': {},
|
'libturbojpeg0-dev': {},
|
||||||
'tzdata': {},
|
'tzdata': {},
|
||||||
'bluez': {},
|
#'bluez': {},
|
||||||
'libtiff6': {},
|
'libtiff6': {},
|
||||||
'ffmpeg': {},
|
'ffmpeg': {},
|
||||||
'liblapack3': {},
|
'liblapack3': {},
|
||||||
|
|
|
@ -16,7 +16,6 @@ server {
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $connection_upgrade;
|
proxy_set_header Connection $connection_upgrade;
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_read_timeout 3600;
|
|
||||||
proxy_pass http://127.0.0.1:8123;
|
proxy_pass http://127.0.0.1:8123;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue