Advertisement
Guest User

Untitled

a guest
Jul 13th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1.  
  2. # If you just change the port or add more ports here, you will likely also
  3. # have to change the VirtualHost statement in
  4. # /etc/apache2/sites-enabled/000-default.conf
  5.  
  6. Listen :80
  7.  
  8. <IfModule ssl_module>
  9. Listen 443
  10. </IfModule>
  11.  
  12. <IfModule mod_gnutls.c>
  13. Listen 443
  14. </IfModule>
  15.  
  16. # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
  17. # NameVirtualHost *:80
  18. # NameVirtualHost *:443
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement