I have a stand-alone web app, it's an executable file. At this point it doesn't require nginx or apache in front of it because it has a built-in webserver. Where should I put it on a server? In the directory of my user? Or in /opt/something or somewhere else?
Also, it's controlled by systemd.
chmod
and so on, so you have a starting point for later re-use, or even better package it as an rpm or .deb, no matter how small it is. – meuh Apr 17 '16 at 14:10