This is mainly dedicated as an extension to the installation-guide of uberspace for ghost, here: https://wiki.uberspace.de/cool:ghost
.htaccess:
RewriteCond %{REQUEST_URI} ^/blog/ RewriteRule (blog/.*) http://localhost:$GHOSTPORT/$1 [P] RewriteRule ^blog$ %{REQUEST_URI}/ [R=301,L]