Fix nginx dependencies not found because apt not updated
parent
bf2850974e
commit
766906ed35
|
@ -209,7 +209,10 @@ A [Google Network Load Balancer](https://cloud.google.com/compute/docs/load-bala
|
||||||
Install a basic web server to handle HTTP health checks:
|
Install a basic web server to handle HTTP health checks:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
{
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install -y nginx
|
sudo apt-get install -y nginx
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue