Options -MultiViews
RewriteEngine On

# Proxy all traffic to the Node.js app running on port 3000
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ http://localhost:3000/$1 [P,L]
