mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
8368ce0e4c
--HG-- rename : debug.ini => examples/debug.ini rename : fibers.yml => examples/fibers.yml rename : heavytest.ini => examples/heavytest.ini rename : logic.ini => examples/logic.ini rename : mega.xml => examples/mega.xml rename : multi.ini => examples/multi.ini rename : multi.xml => examples/multi.xml rename : protected.ini => examples/protected.ini rename : sites.xml => examples/sites.xml rename : uwsgi.xml => examples/uwsgi.xml rename : welcome.ini => examples/welcome.ini rename : werkzeug.yml => examples/werkzeug.yml rename : werkzeug_strict.yml => examples/werkzeug_strict.yml rename : zmqgevent.ini => examples/zmqgevent.ini
17 lines
592 B
XML
17 lines
592 B
XML
<uwsgi>
|
|
<module>rtmpt</module>
|
|
<socket mode="dev">:3031</socket>
|
|
<socket mode="pippo">:3031</socket>
|
|
|
|
|
|
<routing base="rtmpt" modifier1="0" modifier2="0">
|
|
<route method="GET" pattern="^/pippo/(\d+)$" requires="REMOTE_USER">homepage</route>
|
|
<route method="GET|POST" pattern="^/ciccia/(\d+)/(\w+)$">view1</route>
|
|
<route action="wsgi" pattern="^/amf">amfapp</route>
|
|
<route pattern="^/open/">rtmpt_open</route>
|
|
<route pattern="^/idle/(\d+)/(\d+)$">rtmpt_idle</route>
|
|
<route pattern="^/send/(\d+)/(\d+)$">rtmpt_send</route>
|
|
<route pattern="^/$">index</route>
|
|
</routing>
|
|
</uwsgi>
|