realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

add context root to realm-object-server #295

Open shydow opened 6 years ago

shydow commented 6 years ago

Goals

I wanna access realm-object-server though url like: http://domainname:port/contextroot. but i did not find some configuration to modify the context root from "/" to "/somepath".

Expected Results

Actual Results

Steps to Reproduce

Code Sample

Version of Realm and Tooling

Logs

systemctl status realm-object-server.service Paste output here
sudo journalctl -u realm-object-server.service Paste output here
cat /var/log/realm-object-server.log Paste output here
bigfish24 commented 6 years ago

We currently don’t expose that functionality, but will look into adding it.

Sent with GitHawk