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

main.yml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    main.yml 306 B
    ---
    # files: uwsgi-python/defaults/main.yml
    
    uwsgi_name: uwsgi
    uwsgi_user: uwsgi
    uwsgi_group: uwsgi
    uwsgi_home: /var/www
    uwsgi_path: /var/www
    uwsgi_program: server.py
    uwsgi_callable: app
    uwsgi_command: runserver
    uwsgi_db: none
    uwsgi_python: 3
    uwsgi_mules: 0
    uwsgi_mountpoint: /
    uwsgi_enable_threads: false