Interface | Description |
---|---|
NginxController |
An entity that represents an Nginx proxy (e.g.
|
NginxDriver | |
UrlMapping |
This is a group whose members will be made available to a load-balancer / URL forwarding service (such as nginx).
|
Class | Description |
---|---|
NginxConfigFileGenerator |
Generates a configuration file for
NginxController . |
NginxConfigTemplate |
Processes a FreeMarker template for an
NginxController configuration file. |
NginxControllerImpl |
Implementation of the
NginxController entity. |
NginxControllerImpl.UrlMappingsMemberTrackerPolicy | |
NginxSshDriver |
Start a
NginxController in a Location accessible over ssh. |
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:
|