GIF94;
| Path : /config/sites-available/ |
| Current File : //config/sites-available/licht-werk-studios.de-le-ssl.conf |
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName 7.licht-werk-studios.de
ServerAlias www.6.licht-werk-studios.de
ServerAdmin silass@web.de
DocumentRoot /var/www/wordpress
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/wordpress>
Options FollowSymlinks Indexes
DirectoryIndex index.php index.html
AllowOverride All
Require all granted
</Directory>
SSLCertificateFile /etc/letsencrypt/live/7.licht-werk-studios.de/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/7.licht-werk-studios.de/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>