APE Server Configuration Port 80 - APE-Project/APE_Server GitHub Wiki
To make the APE Server work on a dedicated IP through port 80, you just need to edit the ape.conf file (./bin) as the following:
Server {
port = 80 # The port of APE - Here 80 with the use of a dedicated IP for the APE Server.
daemon = no # if "yes", launches APE in background
ip_listen = <ip to bind APE>
domain = auto
rlimit_nofile = 10000
}
You can proceed to the next step: Configuration DNS