Skip to content

Instantly share code, notes, and snippets.

@bitzip
Created February 14, 2014 09:32
Show Gist options
  • Save bitzip/8998284 to your computer and use it in GitHub Desktop.
Save bitzip/8998284 to your computer and use it in GitHub Desktop.
configuration conversion
# configuration conversion
# 1.comment 2. example 3.grouping
[uwsgi]
# virtualenv dir path.
# EG:'/var/www/xcloud_site/xcloud_env'
home = ###
# django project path.
# EG:'/var/www/xcloud_site/repo'
chdir = ###
# wsgi.py module ralative path.
# EG:'xcloud.wsgi'
module = ###
# unix sock file path.
# EG:'/var/www/xcloud_site/deploy/xcloud.sock'
socket = ###
# sockfile file permission.
# EG:'777'
chmod-socket = ###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment