Skip to content
Snippets Groups Projects
Select Git revision
  • 22ff0a5b31900bc761a25a10db7dcbb197f44e94
  • main default protected
  • 75389691-a67c-422a-91e9-aa58bfb5-main-patch-32205
  • test-pipe
  • extended-scripts
  • structured-badges
  • guix-pipeline
  • cabal-pipeline
8 results

Types.hs

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;
    }