mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(portal): remove priv/Caddyfile (#10708)
This was from an earlier time and is no longer relevant.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
localhost {
|
||||
log
|
||||
|
||||
reverse_proxy * firezone:13000
|
||||
|
||||
encode gzip
|
||||
|
||||
tls internal
|
||||
}
|
||||
|
||||
:8443 {
|
||||
handle /hello {
|
||||
respond "HELLO
|
||||
"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user