Initially, the nginx configuration for the Alkane webserver role
used hardcoded port information to pass a request to Docker PaaS.
This change introduces a method to prepare a dictionary of proxy_pass URLs
per server and application, and applies it for API and infra.
Meanwhile, another change introduced a services table, but this change
allows to automatically handle host and port changes.