diff options
Diffstat (limited to 'mioproxy.prod.hcl')
| -rw-r--r-- | mioproxy.prod.hcl | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl index f3a9062..55ec644 100644 --- a/mioproxy.prod.hcl +++ b/mioproxy.prod.hcl @@ -17,6 +17,26 @@ server https { tls_cert_file = "letsencrypt/lego/certificates/nsfisis.dev.crt" tls_key_file = "letsencrypt/lego/certificates/nsfisis.dev.key" + proxy default { + from { + host = "nsfisis.dev" + } + to { + host = "127.0.0.1" + port = 8001 + } + } + + proxy about { + from { + host = "about.nsfisis.dev" + } + to { + host = "127.0.0.1" + port = 8001 + } + } + proxy blog { from { host = "blog.nsfisis.dev" @@ -27,6 +47,16 @@ server https { } } + proxy slides { + from { + host = "slides.nsfisis.dev" + } + to { + host = "127.0.0.1" + port = 8001 + } + } + proxy repos { from { host = "repos.nsfisis.dev" |
