aboutsummaryrefslogtreecommitdiff
path: root/templates/nginx/conf.d/timeline.conf.template
blob: a4675942e21de026300579b0d4768987df0e0345 (plain)
1
2
3
4
5
6
server {
    server_name timeline.${CRUPEST_DOMAIN};
    include common/http-listen;

    include common/acme-challenge;
}