An open API service indexing awesome lists of open source software.

https://github.com/flavono123/nginx-the-hard-way


https://github.com/flavono123/nginx-the-hard-way

Last synced: 3 months ago
JSON representation

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