diff options
Diffstat (limited to 'Caddyfile')
| -rw-r--r-- | Caddyfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ auto_https off } +localhost:8080 { + root * {$SITE_ROOT} + encode gzip + file_server +} + http://fcunynet.fly.dev { redir https://fcuny.net } |
