DocRoot non existant
I am trying to find out how to access the www document root for ssh uploads etc. The documented "/usr/share/nginx/html" does not even exist. Please advise where that might be found and how to access.
Are you familiar with Docker services? You may want to references the documentation which details this topic: https://github.com/openbridge/nginx
Very little. Can you provide instruction how to access the www folder?
I did provide instruction. See the link I shared as it describes this in detail.
I've read through that, where does it instruct about how to access the www folder in docker container?
Here is describes "NGINX_DOCROOT sets the default www directory. If you do not set this the images defaults to /usr/share/nginx/html"` https://github.com/openbridge/nginx#digging-into-the-env-file
Then under the section titled "Mounting Your Web App or Site Content" to describes the mapping for the mounts. https://github.com/openbridge/nginx#mounting-your-web-app-or-site-content
It says "To mount your web app or html files, you will need to mount the volume on the host that contains your files. Make sure you are setting the NGINX_DOCROOT in your run or docker-compose.yml file. If you do not set it the default is /usr/share/nginx/html
-v /your/webapp/path:{{NGINX_DOCROOT}}:ro