| 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  NginxControllerconfiguration file. | 
| NginxControllerImpl | Implementation of the  NginxControllerentity. | 
| NginxControllerImpl.UrlMappingsMemberTrackerPolicy | |
| NginxSshDriver | Start a  NginxControllerin aLocationaccessible 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:
 
  |