I have done many tiny go executables in order to learn Go. Now I have decided to collect 6 of them on a VPS and “host many sub domains” in one place in order to document what I am doing for future needs. Each Go executable is proxied by Nginx. https://go4webdev.org
All works as expected, but some hosting expert said I placed my executable and files in wrong places. I use the default Nginx path
/var/www/go4webdev/main
and subfolders for CSS etc
https://hosting.go4webdev.org/go
Could it be done in a more correct way?