andreypopp / inets_mod_proxy

Simple HTTP proxy module for erlang inets httpd service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mod_proxy -- inets httpd module that acts as proxy
==================================================

This module acts as reverse proxy. It is not package as OTP application, so
just drop it in your BEAM load path and use with the following example inets
httpd configuration:

    [
        ...
        {mod_proxy_target, {https, "server.com", 443},
        {modules, [..., mod_proxy, ...]}
        ...
    ].

About

Simple HTTP proxy module for erlang inets httpd service.


Languages

Language:Erlang 100.0%