https://github.com/flavono123/nginx-the-hard-way
https://github.com/flavono123/nginx-the-hard-way
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flavono123/nginx-the-hard-way
- Owner: flavono123
- Created: 2022-02-20T13:30:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T10:07:36.000Z (about 3 years ago)
- Last Synced: 2025-01-30T07:28:52.931Z (4 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prerequisite
- k8s## Up the cluster
- `sh update_cm.sh`
- `kubectl apply -f nginx.yaml`
- or `kubectl rollout restart deploy nginx` to update configmaps## Labs
- jump## Ref
- https://www.digitalocean.com/community/tutorials/understanding-the-nginx-configuration-file-structure-and-configuration-contexts
- https://www.digitalocean.com/community/tutorials/understanding-nginx-server-and-location-block-selection-algorithms