
| Current Path : /var/lib/letsencrypt/backups/1680607811.305248/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/lib/letsencrypt/backups/1680607811.305248/holz-machines.de_0 |
<VirtualHost *:80>
DocumentRoot /var/www/html/holz-machines/web
ServerName holz-machines.de
ServerAlias www.holz-machines.de
<Directory "/var/www/html/holz-machines/web">
AllowOverride All
</Directory>
Include /etc/apache2/conf-available/php8.1-fpm.conf
RewriteEngine on
RewriteCond %{SERVER_NAME} =www.holz-machines.de [OR]
RewriteCond %{SERVER_NAME} =holz-machines.de
RewriteRule ^ https://holz-machines.de%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
<IfModule mod_ssl.c>
<VirtualHost *:443>
DocumentRoot /var/www/html/holz-machines/web
ServerName holz-machines.de
ServerAlias www.holz-machines.de
<Directory "/var/www/html/holz-machines/web">
AllowOverride All
</Directory>
Include /etc/apache2/conf-available/php8.1-fpm.conf
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/www.holz-machines.de/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/www.holz-machines.de/privkey.pem
</VirtualHost>
</IfModule>