Skip to content
Snippets Groups Projects
Select Git revision
  • a2440644a80787349b414d1740cdab6aca4ae26b
  • master default protected
  • th/caddy-wip
  • th/caddy
  • th/lego
  • th/acmebot
  • pyzabbix
  • th/keycloak
8 results

logrotate

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