Skip to content

Instantly share code, notes, and snippets.

@orb
Created January 31, 2010 01:15
Show Gist options
  • Select an option

  • Save orb/290823 to your computer and use it in GitHub Desktop.

Select an option

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