Skip to content

Instantly share code, notes, and snippets.

@tasmo
Created September 25, 2013 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tasmo/6706371 to your computer and use it in GitHub Desktop.
Save tasmo/6706371 to your computer and use it in GitHub Desktop.
for installing Ghost in a subdomain @ Uberspace
RewriteEngine On
RewriteBase /
RewriteRule (.*) http://localhost:2368/$1 [QSA,P]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment