Is it possible to include these options in the init script?

<uwsgi>
    <socket>127.0.0.1:9006</socket>
    <pythonpath>/home/www-data/myapp/</pythonpath>
    <app mountpoint="/">
        <script>wsgihandler</script>
    </app>
</uwsgi>

Reply via email to