about summary refs log tree commit diff
path: root/Caddyfile
blob: 7456ef55cd2628e262a45642d4e51ce156308168 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
        http_port 8080
        auto_https off
}

http://fcunynet.fly.dev {
        redir https://fcuny.net
}

http://fcuny.net {
        root * {$SITE_ROOT}
        encode gzip
        file_server
}