Add ocis - untested

This commit is contained in:
Jay T
2026-08-18 10:28:57 -07:00
parent 28ba1cbc2f
commit de629316be
2 changed files with 45 additions and 0 deletions
+5
View File
@@ -7,3 +7,8 @@ ilboo.com {
# Forward requests to port 4000 running directly on the host system
reverse_proxy host.docker.internal:4000
}
ocis.rn.ilboo.com {
# Reverse proxy to the OCIS container on port 9200
reverse_proxy ocis:9200
}