Web interface not working behind Nginx

when you have https you need to adjust that in the nginx configuration:

	proxy_set_header X-Graylog-Server-URL https://$server_name/;