Skip to content

Instantly share code, notes, and snippets.

@orb
Created January 31, 2010 01:15
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 orb/290823 to your computer and use it in GitHub Desktop.
Save orb/290823 to your computer and use it in GitHub Desktop.
NameVirtualHost *:80
<VirtualHost *:80>
ServerName foo.nostacktrace.com
Redirect / https://foo.nostacktrace.com/
</VirtualHost>
<VirtualHost *:80>
ServerName bar.nostacktrace.com
Redirect / https://bar.nostacktrace.com/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment