Compare commits

..

No commits in common. "ff51b41c38a193668657615e49e0a585e78ff763" and "301889ab8b509770c926dc46312d739bf4080c7c" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,7 @@ defaults = {
'libopenjp2-7': {}, 'libopenjp2-7': {},
'libturbojpeg0-dev': {}, 'libturbojpeg0-dev': {},
'tzdata': {}, 'tzdata': {},
'bluez': {}, #'bluez': {},
'libtiff6': {}, 'libtiff6': {},
'ffmpeg': {}, 'ffmpeg': {},
'liblapack3': {}, 'liblapack3': {},

View file

@ -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;
} }
} }