Skip to content

Instantly share code, notes, and snippets.

@jnbek
Last active January 16, 2016 18:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnbek/56259e13724937af3dd8 to your computer and use it in GitHub Desktop.
Save jnbek/56259e13724937af3dd8 to your computer and use it in GitHub Desktop.
uwsgi vs freebsd
[uwsgi]
emperor = /usr/local/etc/uwsgi/vassals
uid = www
gid = www
[uwsgi]
http = 12.23.34.45:8000
http-socket-modifier2 = 5
plugin = psgi
chdir = /opt/www/http_server/
psgi = serve.pl
processes = 3
master = true
uwsgi_flags="-M -L --ini /usr/local/etc/uwsgi/emperor.ini"
uwsgi_enable="YES"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment