Update nginx.sh

This commit is contained in:
myve 2025-03-13 09:06:15 +00:00
commit 46d634b439

View file

@ -54,7 +54,7 @@ then
else
sudo tee /etc/nginx/${nginxdir}/${appname}.conf >/dev/null <<- conf
upstream ${appname} {
server ${host}:${port};
server ${host}:${port};
}
conf