Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtienanh authored Sep 14, 2021
1 parent 217d41b commit e15b3df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ Create file `nginx-service.xml` in `C:\nginx`
```powershell
cd C:\nginx
.\nginx-service.exe install
net start nginx
net start nginx 2>&1 | % { $_.ToString() }
```

## Auto start nginx when window startup

Create file `C:\nginx\startup.ps1`

```powershell
net start nginx
net start nginx 2>&1 | % { $_.ToString() }
```

Add Scheduled Job
Expand All @@ -77,4 +77,4 @@ New-NetFirewallRule -DisplayName "Allow HTTP and HTTPs over Nginx" -Group "NGINX

# Video demo

- [Deploy Kubernetes Nginx Ingress + MetalLB load-balancer](https://www.youtube.com/watch?v=LbLaCVaX73E)
- [Deploy Kubernetes Nginx Ingress + MetalLB load-balancer](https://www.youtube.com/watch?v=LbLaCVaX73E)

0 comments on commit e15b3df

Please sign in to comment.