Accepting request 133409 from home:jimfunk
Web application container server that speaks it's own uwsgi protocol in addition to HTTP. Mainly used in conjunction with Nginx and Python, but supports other servers and languages as well. OBS-URL: https://build.opensuse.org/request/show/133409 OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=1
This commit is contained in:
9
django.ini.example
Normal file
9
django.ini.example
Normal file
@@ -0,0 +1,9 @@
|
||||
[uwsgi]
|
||||
socket = 127.0.0.1:3034
|
||||
threads = 40
|
||||
master = 1
|
||||
autoload = 1
|
||||
env = DJANGO_SETTINGS_MODULE=myapp.settings
|
||||
module = django.core.handlers.wsgi:WSGIHandler()
|
||||
chdir = /srv/djangoapp001
|
||||
|
Reference in New Issue
Block a user