diff options
author | Paweł Dybiec <pdybiec@stud.cs.uni.wroc.pl> | 2019-10-13 19:15:18 +0200 |
---|---|---|
committer | Paweł Dybiec <pdybiec@stud.cs.uni.wroc.pl> | 2019-10-13 19:15:18 +0200 |
commit | 568c9f6b57c52a68c194fbcad09be8daa2a7aaa1 (patch) | |
tree | f3a73f884f7be14e8d204d6e6c780689982aefe1 | |
parent | Removed old services from config (diff) |
Added config for quick sharing of local files
-rw-r--r-- | domains.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/domains.yml b/domains.yml index 6385712..a1c1cf2 100644 --- a/domains.yml +++ b/domains.yml @@ -36,3 +36,12 @@ domains: keepalive: true timeout: 4s cache: true + balmora: + name: "balmora.dybiec.info" + http_redirect: true + proxy: + host: "10.0.27.2" + port: 8000 + keepalive: true + timeout: 4s + cache: true |