Home
Softono

Pawxi

Open source Go
20
Stars
3
Forks
0
Issues
2
Watchers
5 years
Last Commit

 About Pawxi

Dead simple reverse proxy for all your containerized needss

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Pawxi?

We provide expert installation service for this software. Our team will install, configure, and secure Pawxi on your server. plans start at just $30.

paw

Whats this ?

Pawxi is yet another reverse proxy designed with simplicity in mind. Born out of a certain users frustration at the complexity of setting up certain proxies.

Features :sparkles:

  • GZIP compression :zap:

  • Live Reload 🔃

  • TLS termination ( coming soon! ) :fire:

Usage

Using the binary.

Create a pawxi.toml file

[proxy]
usegzip = "True"
binds = "8080"
routes = [
    {path="/",destination="http://localhost:6000/"},
    {path="/home",destination="http://localhost:5000"},
    {path="/app",destination="http://localhost:4000"},
]

usegzip -> enable or disable gzip

Binds -> what port should the proxy run on

routes -> paths you want to proxy to

Demo

demo