Nginx docker in hassio...wheres the server block file?

I just installed the nginx addon in hassio and i cant find conf file anywhere…normally its sites-available / sites-enabled directory but it must be different with this.

In the documentation it mentions that you can put a file in the “/share” dir. Im confused on what it really wants. /usr/share/? /usr/share/hassio/share? /usr/share/hassio/homeassistant/share?

If someone can just point me to where the default file is located i would appreciate it. Probably good idea to add it to the documentation.

thank you

https://www.nginx.com/resources/wiki/start/topics/examples/full/

thanks, but I have my config files, i just need to know where they are located in the file system.

usally they are /etc/nginx/sites-available and /etc/nginx/sites-enabled

however they dont exist and i havent been able to find out where i am suppose to place my config files.

did you ever figure this out?

Sometimes docker does not create files into folders that exist, so if you bind-mount /etc/nginx the folder may exist but file may not. This usually happen to me for container that is already created and just editing or similar. First time run and create this is usually not issue.