%PDF- %PDF-
Direktori : /etc/apache2/sites-enabled/ |
Current File : //etc/apache2/sites-enabled/hr.coding.al-le-ssl.conf |
<IfModule mod_ssl.c> <VirtualHost 173.212.228.208:443> DocumentRoot "/var/www/html/hr/web" ServerName hr.coding.al ServerAlias www.hr.coding.al ServerAdmin webmaster@hr.coding.al <Directory /var/www/html/hr/web> AllowOverride All allow from all Options +Indexes </Directory> RewriteEngine on # Some rewrite rules in this file were disabled on your HTTPS site, # because they have the potential to create redirection loops. # RewriteCond %{SERVER_NAME} =www.hr.coding.al [OR] # RewriteCond %{SERVER_NAME} =hr.coding.al # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/hr.coding.al/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/hr.coding.al/privkey.pem </VirtualHost> </IfModule>