Interface | Description |
---|---|
NginxConfigFileGenerator |
Generates a
server.conf configuration file for an NginxController . |
NginxController |
An entity that represents an Nginx proxy (e.g.
|
NginxController.NginxControllerInternal | |
NginxDriver | |
UrlMapping |
This is a group whose members will be made available to a load-balancer / URL forwarding service (such as nginx).
|
Class | Description |
---|---|
NginxControllerImpl |
Implementation of the
NginxController entity. |
NginxControllerImpl.UrlMappingsMemberTrackerPolicy | |
NginxDefaultConfigGenerator |
Generates the
server.conf configuration file using sensors on an NginxController . |
NginxSshDriver |
Start a
NginxController in a Location accessible over ssh. |
NginxTemplateConfigGenerator |
Processes a FreeMarker template to generate the
server.conf configuration file for an
NginxController . |
UrlMappingImpl |
This is a group whose members will be made available to a load-balancer / URL forwarding service (such as nginx).
|
UrlRewriteRule |
records a rewrite rule for use in URL rewriting such as by nginx;
from and to are expected to be usual regex replacement strings,
with the convention here (for portability) that:
|