Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.16 KB

File metadata and controls

44 lines (31 loc) · 1.16 KB

HTTPd-Proxy cartridge for Openshift Origin

Synopsis

The httpd-proxy OpenShift cartridge allows users to set up an Apache based reverse proxy server. This cartridge is based on Openshift Origin Mock Cartridge.

Installation

Configuration

httpd-proxy ships with a default VirtualHost definition that serves your application from git repo's root directory. You can configure the behavior of httpd-proxy by customizing conf.d/httpd-proxy.conf.erb. This file is parsed and regenerated on every application deployment and all of Openshift's environment variables are available.

Bugs

Please use Github issue tracker to notify me of any bugs of features.

The End