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 ''; };