aboutsummaryrefslogtreecommitdiff
path: root/Caddyfile
blob: 40c143e354cec597a3af54e046f0016c94ae53ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
        http_port 8080
        auto_https off
}

localhost:8080 {
        root * {$SITE_ROOT}
        encode gzip
        file_server
}

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

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