I'd installed Wildfly 10.0.0 Final on Ubuntu 14.04.4 LTS using this script.
Everything looks working fine.
My problem is that wildfly is listenning on port 28080 (script installation default) and I can change to 8080 updating standalone.xml. But I'd like wildfly listenning on port 80, but changing the standalone.xml to use port 80 not works.
Looks like only root can listen on ports lower than 1024, so, the question is, what is the preferred way to configure Wildfly on Ubuntu servers to listening on port 80?
I have tried to use nginx and works, but the strange is that some files, like the css of the jboss default home page, cannot be found.