%PDF- %PDF-
Direktori : /etc/apache2/sites-available/ |
Current File : //etc/apache2/sites-available/000-default-le-ssl.conf |
<IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin webmaster@localhost DocumentRoot /var/www/html ProxyPass / http://127.0.0.1:3000/ ProxyPassReverse / http://127.0.0.1:3000/ ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined ServerName atvbuggy-dubrovnik.com Include /etc/letsencrypt/options-ssl-apache.conf ServerAlias www.atvbuggy-dubrovnik.com SSLCertificateFile /etc/letsencrypt/live/atvbuggy-dubrovnik.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/atvbuggy-dubrovnik.com/privkey.pem </VirtualHost> </IfModule> <IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin webmaster@localhost DocumentRoot /var/www/html/atv-api ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined ServerName api.atvbuggy-dubrovnik.com Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/api.atvbuggy-dubrovnik.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/api.atvbuggy-dubrovnik.com/privkey.pem </VirtualHost> </IfModule> <IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin webmaster@localhost DocumentRoot /var/www/html/buggydubrovnik.com ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined ServerName buggydubrovnik.com ServerAlias www.buggydubrovnik.com #Include /etc/letsencrypt/options-ssl-apache.conf #SSLCertificateFile /etc/letsencrypt/live/api.atvbuggy-dubrovnik.com/fullchain.pem #SSLCertificateKeyFile /etc/letsencrypt/live/api.atvbuggy-dubrovnik.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/buggydubrovnik.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/buggydubrovnik.com/privkey.pem </VirtualHost> </IfModule>