%PDF- %PDF-
Direktori : /etc/apache2/sites-enabled/ |
Current File : //etc/apache2/sites-enabled/knwn-le-ssl.conf |
<IfModule mod_ssl.c> <VirtualHost *:443> ServerName kn-wn.eco-n-tech.co.uk ServerAdmin econtechcouk@gmail.com DocumentRoot /var/www/knwn ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined <FilesMatch \.php> # Apache 2.4.10+ can proxy to unix socket SetHandler "proxy:unix:/var/run/php/php7.4-fpm.sock|fcgi://localhost/" </FilesMatch> <Directory /var/www/knwn/> Options Indexes FollowSymLinks AllowOverride all Require all granted </Directory> SSLCertificateFile /etc/letsencrypt/live/kn-wn.eco-n-tech.co.uk/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/kn-wn.eco-n-tech.co.uk/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf </VirtualHost> </IfModule>