copy of current nginx config

This commit is contained in:
Arjun Patel
2023-11-17 18:28:18 -08:00
parent e7d4bceb3b
commit 5b200a9667
3 changed files with 56 additions and 28 deletions
+10 -1
View File
@@ -15,4 +15,13 @@ Note: we are not using pi-hole as a DHCP server. We leave this to the router, al
2. Do not use `.local` for domain in local DNS. You will see a warning when using dig that `.local` is reserved for mDNS.
## Container registry
For saving docker images.
For saving docker images. We run a private registry.
_Ask Arjun to add another user for you._
username: talksik
password: (it's typical arjun)
## Reverse-proxy
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`.