Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Reverse Proxy Server in Go

Note

Run as root to be able to bind port 80

Adding a configuration

Add a new file to conf directory

Format

{   
    "hostname":"localhost",
    "routes": [
        {
            "location":"/api/",
            "proxy_url": "http://localhost:3001/"
        },
        {
            "location":"/",
            "proxy_url": "http://localhost:3000/"
        }
    ]
}

Note:

Releases

Packages

Contributors

Languages