Skip to content
Snippets Groups Projects
nginx.include.conf 142 B
Newer Older
  • Learn to ignore specific revisions
  • nd's avatar
    nd committed
    location / {
    	uwsgi_pass unix:///run/uwsgi/app/uffd/socket;
    	include uwsgi_params;
    }
    location /static {
    	alias /usr/share/uffd/uffd/static;
    }