diff --git a/README.md b/README.md index 65f7a87..788aa1a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,15 @@ We run our reverse-proxy on homelab1 or talksik-homelab-main. The current configuration is at `talksik@homelab1.home:/etc/nginx/nginx.conf` as one would expect. However, we have a (likely stale) copy in `./reverse-proxy`. +Update by doing the following: +```sh +set -e +set -o pipefail + +sudo nginx -t +sudo service nginx restart +``` + ## Kubernetes Using k3s. Lightweight, easy system service.