server {
    listen 80;
    server_name mail.ixvd.net;

    location / {
        proxy_pass http://rainloop:8888$request_uri;
    }
}