How to add HTML page in my App? SOLVED

Hi,

Have finish https://github.com/YunoHost-Apps/jdownloader_ynh !
Have create html page for more proper install :smiley:
But how to add my html in script ?

Best Regards

The nginx have been updated and now is work !

Can you explain what is does and how it work ?

is on github :smiley: in conf

root /var/www/;
location /__PATH__/ {
index index.html; # Pour automatiquement avoir le load de index.html

}

I was talking about the app. :smile: