说明书

manual.ini 714B

    # manual_uwsgi.ini file [uwsgi] # Django-related settings # the base directory (full path) chdir = /home/diors/work/manual # Django's wsgi file module = manual.wsgi # the virtualenv (full path) # home = /path/to/virtualenv # process-related settings # master master = true # maximum number of worker processes processes = 10 # the socket (use the full path to be safe socket = /home/paiai/work/manual/manual/deploy/manual.sock # ... with appropriate permissions - may be needed chmod-socket = 777 # clear environment on exit vacuum = true # 11: Resource temporarily unavailable reload-mercy = 64 max-requests = 8192 listen = 4096