Created
February 9, 2015 22:14
-
-
Save hamsolodev/d85f98657e4757c689a0 to your computer and use it in GitHub Desktop.
This file contains 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
[master] | |
master = true | |
processes = 0 | |
uid = www-data | |
gid = staff | |
chown-socket = www-data:staff | |
chmod-socket = 660 | |
zerg-pool = /var/run/webapp:/tmp/webapp.sock | |
logfile-chown = www-data:staff | |
logfile-chmod = 640 | |
# tried, to no avail | |
# as-root = chown:/var/run/webapp www-data staff | |
# as-root = chmod:/var/run/webapp 0660 | |
# as-root = chown:/tmp/webapp.sock www-data staff | |
# as-root = chmod:/tmp/webapp.sock 0660 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment