Created
January 27, 2016 14:52
-
-
Save mcr/8ee66294c6f48bb98044 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mcr@roujump:~$ cat /etc/uwsgi/apps-available/beaumont.yml | |
# plugins: rack | |
uwsgi: | |
rvm-path: /usr/local/rvm | |
uid: beaumont | |
socket: 10.10.32.12:3031 | |
chdir: /sg1/web/beaumont/beaumont/current | |
rack: /sg1/web/beaumont/beaumont/current/config.ru | |
post-buffering: 4096 | |
buffer-size: 25000 | |
async: 10 | |
master: true | |
processes: 2 | |
http-modifier1: 0 | |
#socket-modifier1: 0 | |
socket-modifier1: 7 | |
rbrequire: rubygems | |
rbrequire: bundler/setup | |
daemonize: /sg1/web/beaumont/beaumont/shared/log/uwsgi.log | |
pidfile: /sg1/web/beaumont/beaumont/shared/pid/uwsgi.pid | |
env: RAILS_ENV=production | |
started at present with: | |
rvmsudo uwsgi /etc/uwsgi/apps-available/beaumont.yml | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment