Skip to content

Instantly share code, notes, and snippets.

@DilwoarH
Created October 1, 2019 00:50
Show Gist options
  • Save DilwoarH/8ddef033b9d56fbe6e65a11b3e016623 to your computer and use it in GitHub Desktop.
Save DilwoarH/8ddef033b9d56fbe6e65a11b3e016623 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@example.com
Redirect 301 / https://www.example.com
DocumentRoot /var/www/example.com
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment