Adding custom nginx vhost

Hi there,

I am attempting to follow the instructions in the documentation for adding my own custom virtual host. I don’t know anything about nginx configuration, and the example server block is incomplete.

I have openvidu-call deployed on my AWS server, running at https://mydomain.com and want to add a second app running at https://mydomain.com/appname

Can anyone provide a complete server block example for /appname?

Thanks,
Chris

Hello @wondermakr

This is your first post I think, so welcome to the OpenVidu Community :slight_smile:

If the first option does not work to you, i would try to modify the nginx using this option: OpenVidu Docs

This is a very flexible way to modify the nginx configuration.

If you follow the instructions you will end up with a configuration file named custom-nginx.conf in /opt/openvidu. You can make your changes in this file.

Regards