all repos — flynet @ 2644978e89ccba75b15e41f18296c213dc70ac17

ersatz CDN on fly.io

remove unnecessary environment variables

Alin
commit

2644978e89ccba75b15e41f18296c213dc70ac17

parent

bc5972f253deceddd2580d8f80ddff3a720cc2dd

2 files changed, 0 insertions(+), 5 deletions(-)

changed files
M CaddyfileCaddyfile
@@ -2,9 +2,6 @@ {
admin off persist_config off - http_port "{$SERVER_PORT:80}" - https_port "{$SERVER_TLS_PORT:443}" - servers { protocols h1 h2 }
M fly.tomlfly.toml
@@ -9,8 +9,6 @@
[build] [env] - SERVER_PORT = 80 - SERVER_TLS_PORT = 443 [deploy] release_command = "/usr/bin/caddy validate"