chore(portal): remove priv/Caddyfile (#10708)

This was from an earlier time and is no longer relevant.
This commit is contained in:
Jamil
2025-10-26 08:57:26 -07:00
committed by GitHub
parent f39abdfa74
commit 34c7013df2
2 changed files with 0 additions and 17 deletions

View File

@@ -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

View File

@@ -1,16 +0,0 @@
localhost {
log
reverse_proxy * firezone:13000
encode gzip
tls internal
}
:8443 {
handle /hello {
respond "HELLO
"
}
}