From 34c7013df20e6ed0c62e97fdc4e11c2a26048dcf Mon Sep 17 00:00:00 2001 From: Jamil Date: Sun, 26 Oct 2025 08:57:26 -0700 Subject: [PATCH] chore(portal): remove priv/Caddyfile (#10708) This was from an earlier time and is no longer relevant. --- elixir/Dockerfile | 1 - elixir/priv/Caddyfile | 16 ---------------- 2 files changed, 17 deletions(-) delete mode 100644 elixir/priv/Caddyfile diff --git a/elixir/Dockerfile b/elixir/Dockerfile index 200c1e8a2..c0a613e0c 100644 --- a/elixir/Dockerfile +++ b/elixir/Dockerfile @@ -244,7 +244,6 @@ RUN cd apps/web \ # Tailwind needs assets and app directories to look for used classes, # so we can't optimize further at this stage -COPY priv priv COPY apps apps # Install pipeline and compile assets for Web app diff --git a/elixir/priv/Caddyfile b/elixir/priv/Caddyfile deleted file mode 100644 index b7ebcec14..000000000 --- a/elixir/priv/Caddyfile +++ /dev/null @@ -1,16 +0,0 @@ -localhost { - log - - reverse_proxy * firezone:13000 - - encode gzip - - tls internal -} - -:8443 { - handle /hello { - respond "HELLO -" - } -}