Nginx reverse proxy for VDR Live and VDRAdmin(-AM) majestix December 1, 2017 at 5:30 PM This is quite simple. Add this to your default (or whatever) server.location /vdr { rewrite ^/vdr(.*)$ $1 break;proxy_pass http://localhost:8008;}vdradmin should be self explaining. I only set up vdrlive.