mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-15 18:05:50 +00:00
32 lines
490 B
XML
32 lines
490 B
XML
<uwsgi>
|
|
|
|
<id>app001</id>
|
|
|
|
<print>starting dir is %v</print>
|
|
|
|
<chdir>%v/../</chdir>
|
|
<localhost>127.0.0.1</localhost>
|
|
|
|
<socket>%(localhost):3039</socket>
|
|
<socket>/tmp/%(id).sock2</socket>
|
|
|
|
<cpus>4</cpus>
|
|
<werkzeug>werkzeug.testapp:test_app</werkzeug>
|
|
|
|
<master/>
|
|
|
|
<vhost/>
|
|
<vhost-host/>
|
|
|
|
<processes>%(cpus)</processes>
|
|
|
|
<app domain="sirius001:9090">
|
|
<script>werkzeug.testapp:test_app</script>
|
|
</app>
|
|
|
|
<app domain="sirius002:9090">
|
|
<script>uwsgicc</script>
|
|
</app>
|
|
|
|
</uwsgi>
|