Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerName example.com
- ServerAdmin git@example.com
- Protocols h2c http/1.1
- LogLevel notice
- ErrorLog /var/www/example.com/logs/apache2.error.log
- CustomLog /var/www/example.com/logs/apache2.access.log combined
- RedirectMatch ^(.*)$ "https://example.com$1"
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement