Open Avin-Techv opened 1 day ago
I don't recommend using a subdirectory for Jitsi Meet. It's not a setup we test often.
Could you please share the recommended Nginx configuration that you suggest?
The best setup is to leave it as is, in its own subdomain, say meet.yourcompany.com
. Then if you want to use it from elsewhere in your backend, just reference that subdomain.
ok will try to do that way, but this still needs to be handled right. If this is possible there is no need to purchase another domain for the jitsi service.
You don't need to purchase anything, use subdomain.
I am working on running jisti web on my server i was able to work it correctly in my local at http://0.0.0.0:8085/ this is my docker compose file
but when i put in my server it should run correctly at https://project-one.org/v_call_ser/ but i only get the page not the static files like css, js etc, this is my nginx.conf file
and this is the .jitsi_env_demo env file
when i check the network tab in server I see the static files are not loaded correctly they are loading like this
https://project-one.org/libs/lib-jitsi-meet.min.js?v=8242
with 404 error
but when i check update the url and check like this
https://project-one.org/v_call_ser/libs/lib-jitsi-meet.min.js?v=8242
I get the correct page, so what I need to fix this ?