Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D2084
Change Details
Change Details
Old
New
Diff
Currently, the nginx configuration for the legacy 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.
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.
Currently
Initially
, the nginx configuration for the
legacy
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.
Continue