Skip to content
Snippets Groups Projects
Select Git revision
  • 39ef69d6232e27176c168581cb502854613aa428
  • master default protected
  • decorator-interface
  • v0.1.2 protected
  • v0.1.1 protected
  • v0.1.0 protected
  • v0.0.1.dev6 protected
  • v0.0.1.dev5 protected
  • v0.0.1.dev4 protected
  • v0.0.1.dev3 protected
  • v0.0.1.dev2 protected
  • v0.0.1.dev1 protected
  • v0.0.1.dev0 protected
13 results

test_dn.py

Blame
  • nginx.include.conf 142 B
    location / {
    	uwsgi_pass unix:///run/uwsgi/app/uffd/socket;
    	include uwsgi_params;
    }
    location /static {
    	alias /usr/share/uffd/uffd/static;
    }