From 3340f00fa95811c67c37566defadd48b8789bd06 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Tue, 16 Apr 2024 01:49:06 -0700 Subject: [PATCH] updated system config --- configuration.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/configuration.nix b/configuration.nix index a408252..8505f52 100644 --- a/configuration.nix +++ b/configuration.nix @@ -47,25 +47,11 @@ # ''; extraConfig = '' - # This replaces the existing content in /etc/caddy/Caddyfile - - # A CONFIG SECTION FOR YOUR IP AND HOSTNAME - - 10.154.1.105 { - # PROXY ALL REQUEST TO PORT 30000 - tls internal - reverse_proxy localhost:30000 - encode zstd gzip - } - pathfinder2e.duckdns.org { # PROXY ALL REQUEST TO PORT 30000 reverse_proxy localhost:30000 encode zstd gzip } - - # Refer to the Caddy docs for more information: - # https://caddyserver.com/docs/caddyfile ''; };