location / {
	uwsgi_pass unix:///run/uwsgi/app/uffd/socket;
	include uwsgi_params;
}
location /static {
	alias /usr/share/uffd/uffd/static;
}