aboutsummaryrefslogtreecommitdiff
path: root/template/nginx/timeline.conf.template
blob: db908e82777252ec69ad81daf4e67e1e22fa1877 (plain)
1
2
3
4
5
6
7
server {
    listen 80;
    listen [::]:80;
    server_name timeline.${CRUPEST_DOMAIN};

    include common/acme-challenge;
}