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

    include common/acme-challenge;
}