use nginx-full package for stream support (#4113)

This commit is contained in:
openoms
2023-08-25 16:57:05 +02:00
committed by GitHub
parent f090d605dc
commit 6134cac0ab

View File

@@ -37,7 +37,7 @@ elif [ "$1" = "http-on" ]; then
# install
sudo apt-get update
sudo apt-get install -y nginx apache2-utils
sudo apt-get install -y nginx-full apache2-utils
if [ $? -ne 0 ]; then
echo "error='nginx install failed'"
exit 1