Advertisement
Guest User

Untitled

a guest
Nov 30th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ServerRoot "/etc/apache2/"
  2. Listen 81
  3. ServerName lombardincloud.icu
  4. <VirtualHost *:81>
  5. ServerName lombardincloud.icu
  6. Redirect / http://lombardincloud.icu/
  7. RewriteEngine on
  8. RewriteCond %{SERVER_NAME} =lombardincloud.icu
  9. RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
  10. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement