You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
951 B
Plaintext
57 lines
951 B
Plaintext
code.ndumas.com {
|
|
encode gzip
|
|
reverse_proxy localhost:3000
|
|
}
|
|
|
|
metrics.ndumas.com {
|
|
basicauth * {
|
|
metrics JDJhJDE0JGY2NUVodHNTLnVFZkFJY1BNbDNMMXVjZ1pqVzhmVmdjSFJYWjVIdUptdHZIMjR4c3lxMG1D
|
|
}
|
|
encode gzip
|
|
reverse_proxy localhost:9090
|
|
}
|
|
|
|
grafana.ndumas.com {
|
|
encode gzip
|
|
reverse_proxy localhost:4000
|
|
}
|
|
|
|
analytics.ndumas.com {
|
|
encode gzip
|
|
reverse_proxy localhost:8000
|
|
}
|
|
|
|
cast.ndumas.com {
|
|
encode gzip
|
|
reverse_proxy localhost:3069
|
|
}
|
|
|
|
schemas.ndumas.com {
|
|
encode gzip
|
|
file_server {
|
|
browse
|
|
}
|
|
root * /var/www/schemas.ndumas.com
|
|
}
|
|
|
|
blog.ndumas.com {
|
|
encode gzip
|
|
file_server
|
|
root * /var/www/blog.ndumas.com
|
|
}
|
|
|
|
notes.ndumas.com {
|
|
encode gzip
|
|
file_server
|
|
root * /var/www/notes.ndumas.com
|
|
basicauth * {
|
|
notes JDJhJDE0JDlqQnpkWlEuQ09IMVlNa25iRjZORU9VcVlVME5DV05YMzU5bDFjVFJ3aTcyYlp3aWJoeTZh
|
|
}
|
|
}
|
|
|
|
renders.ndumas.com {
|
|
encode gzip
|
|
file_server
|
|
root * /var/www/renders.ndumas.com
|
|
}
|