proxy nginx behind k3s

This commit is contained in:
2026-05-24 23:33:04 -05:00
parent 86dc97270a
commit 3e988a08a0
2 changed files with 232 additions and 201 deletions
+4
View File
@@ -99,6 +99,10 @@ in
services.nginx = {
enable = true;
# allow proxy through k3s
defaultHTTPListenPort = 8080;
defaultSSLListenPort = 8443;
virtualHosts."nimh.roypository.com" = {
forceSSL = true;
useACMEHost = "roypository.com";