mirror of
https://git.myvelabs.com/lab/nginx.git
synced 2025-12-17 21:26:13 +00:00
Update nginx.sh
This commit is contained in:
parent
b428af5759
commit
46d634b439
1 changed files with 1 additions and 1 deletions
2
nginx.sh
2
nginx.sh
|
|
@ -54,7 +54,7 @@ then
|
||||||
else
|
else
|
||||||
sudo tee /etc/nginx/${nginxdir}/${appname}.conf >/dev/null <<- conf
|
sudo tee /etc/nginx/${nginxdir}/${appname}.conf >/dev/null <<- conf
|
||||||
upstream ${appname} {
|
upstream ${appname} {
|
||||||
server ${host}:${port};
|
server ${host}:${port};
|
||||||
}
|
}
|
||||||
|
|
||||||
conf
|
conf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue