|
|
|
@ -16,8 +16,41 @@ grafana.ndumas.com {
|
|
|
|
|
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
|
|
|
|
|
}
|
|
|
|
|