I tried to configure multiple site with openedx. I have added the new site from /admin/sites/site, and also add site configurations.
It seems I need to modify nginx configuration under sites-available, but I don't know where the root element should point to for the new site
Here is from sites-available/lms config
location ~ ^/static/(?P.*) { root /edx/var/edxapp;
Anyone can give me a hint?