How to deploy insecure-js app?

After installing OpenVidu server I want to add a front end(insecure-js) to the project. I try to follow this guide

I think it’s a little vague. Where should I put the app files? Here’s what I’ve tried

I’m running the jar with the command

java -jar -Dopenvidu.secret=YOUR_SECRET
-Dopenvidu.publicurl=https://1.1.1123:4443/ openvidu-server-2.11.0.jar

And the insecure-js files are stored like this

So, I was expecting to see the insecure-js on my screen. Instead, I’m still getting this

Instructions are fine. You are connecting though https://youaramazonip:4443/ (which gives access to OpenVidu Server dashboard) and the instructions say you have your static web page located at https://youramazonip/

I’m not using Amazon, I’m using Ubuntu VM. Is deployment process the same? Also, could you please check this command below. I’m using this command to run the server and then I’m visiting https://my.ip

java -jar -Dopenvidu.secret=my_password -Dopenvidu.publicurl=https://my.ip:4443/ openvidu-server-2.11.0.jar

No, instructions are not the same. In amazon those instructions work because the folder /var/www/html is being served through port 443 to facilitate that particular tutorial.

I’m sorry, but this is not a thing related to OpenVidu. This is just how to serve a web page.