lex-r / proxymate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux proxy docker service

How to use.

  1. Create new config file like example.com for you service (myservice.conf).
  2. Configure server_name and porst, proxy_pass, redirects, servers and something else what you need with open ports.
  3. Add to hosts you new server_name
    127.0.0.1       myserver.com
    127.0.0.1       api.myserver.com
    
  4. Restart service docker-compose up -d
  5. Use. Now you can use human readable url to you services.

About


Languages

Language:Shell 100.0%