Advertisement
Guest User

Despacito 2 Lyrics [NIGNOG EDITION]

a guest
May 26th, 2018
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <IfModule mod_ssl.c>
  2. <VirtualHost *:443>
  3.     ServerName db.deadvcr.com
  4.     DocumentRoot /var/www/db
  5.     <Directory "/var/www/db/caps">
  6.         Order allow,deny
  7.         Allow from all
  8.         Require all granted
  9.         Options +Indexes
  10.     </Directory>
  11. Include /etc/letsencrypt/options-ssl-apache.conf
  12. ServerAlias db.deadvcr.com
  13. SSLCertificateFile /etc/letsencrypt/live/deadvcr.com/fullchain.pem
  14. SSLCertificateKeyFile /etc/letsencrypt/live/deadvcr.com/privkey.pem
  15. </VirtualHost>
  16. </IfModule>
  17. <IfModule mod_ssl.c>
  18. <VirtualHost *:443>
  19.     # The ServerName directive sets the request scheme, hostname and port that
  20.     # the server uses to identify itself. This is used when creating
  21.     # redirection URLs. In the context of virtual hosts, the ServerName
  22.     # specifies what hostname must appear in the request's Host: header to
  23.     # match this virtual host. For the default virtual host (this file) this
  24.     # value is not decisive as it is used as a last resort host regardless.
  25.     # However, you must set it for any further virtual host explicitly.
  26.     ServerName deadvcr.com
  27.  
  28.     ServerAdmin godot@resonanceservers.com
  29.     DocumentRoot /var/www/prosecutorgodot
  30.  
  31.     # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
  32.     # error, crit, alert, emerg.
  33.     # It is also possible to configure the loglevel for particular
  34.     # modules, e.g.
  35.     #LogLevel info ssl:warn
  36.  
  37.     ErrorLog ${APACHE_LOG_DIR}/error.log
  38.     CustomLog ${APACHE_LOG_DIR}/access.log combined
  39.  
  40.     Include /etc/letsencrypt/options-ssl-apache.conf
  41.     ServerAlias deadvcr.com
  42.     SSLCertificateFile /etc/letsencrypt/live/deadvcr.com/fullchain.pem
  43.     SSLCertificateKeyFile /etc/letsencrypt/live/deadvcr.com/privkey.pem
  44.  
  45.     # For most configuration files from conf-available/, which are
  46.     # enabled or disabled at a global level, it is possible to
  47.     # include a line for only one particular virtual host. For example the
  48.     # following line enables the CGI configuration for this host only
  49.     # after it has been globally disabled with "a2disconf".
  50.     #Include conf-available/serve-cgi-bin.conf
  51. </VirtualHost>
  52. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement