Skip to content
Snippets Groups Projects
Select Git revision
  • ce185f9112928e496dee72eda63df055d8d0e6db
  • master default protected
2 results

config.py.example

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    uwsgi.socket 185 B
    [Unit]
    Description=Socket for uWSGI %I
    
    [Socket]
    # Change this to your uwsgi application port or unix socket location
    ListenStream=/run/uwsgi/%I.sock
    
    [Install]
    WantedBy=sockets.target