Skip to content

Instantly share code, notes, and snippets.

@macbury
Created May 28, 2010 15:44
Show Gist options
  • Save macbury/417307 to your computer and use it in GitHub Desktop.
Save macbury/417307 to your computer and use it in GitHub Desktop.
set $subdomain "";
if ($host ~* "^([A-Za-z0-9-]+)\.sklep\.local$") {
set $subdomain $1;
root /Users/MacBury/Sites/Rails/cart-on-rails/public/store_assets/$subdomain;
}
if (!-f $request_filename) {
proxy_pass http://127.0.0.1:3000;
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment