forked from pool/uwsgi
incompatibility problem to enable build with GCC 14. If the request is OK, please forward it to Factory soon too so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=129
11 lines
205 B
Plaintext
11 lines
205 B
Plaintext
[uwsgi]
|
|
plugin = python
|
|
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
|
|
|