apache httpdのサンプルコンフィグなくなってて、nginxのから解釈し直すのがちょい面倒であった
# ProxyPass / http://localhost:3000/
# ProxyPassReverse / http://localhost:3000/
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
RewriteRule ^/(.*)$ http://localhost:3000/%{REQUEST_URI} [P,QSA,L]