8000 GitHub - ernestomancebo/moxie
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ernestomancebo/moxie

 
 

Repository files navigation

(Please see the new repo that takes this project to the next level)

https://github.com/nogrid-ai/repipe

Go Moxie the Proxy (DEPRECATED)

Alternative Reverse Proxy to Nginx for Python Django written in superb go

Why?

Nginx is too complicated to operate(for small deployments). I think of nginx as blackberry. It will be replaced one day IMO.

Build

# If golang is missing then install go using the helper script.
$>sh setup_go.sh
Then build the Program
$>make default 

(or make osx, or make windows)

# All builds are located under `builds` folder

Install (Only supported for Linux)

$>make install

Installation will create a file /etc/moxie/app.env.

Edit this file for the DOMAINS you wish to serve.

Where are my logs?

Logs are located under /var/log/moxie/moxie.log

Is it Fast?

I don't know, someone can run tests! But, its easier to configure than stupid nginx and gets the job done.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.9%
  • Makefile 1.6%
  • Other 0.5%
0