ServerName update.infomir.com
DocumentRoot /var/www/update.infomir.com
# Redirect permanent / https://update.infomir.com/
Options -Indexes -MultiViews
AllowOverride ALL
# Order allow,deny
# allow from all
Require all granted
Order allow,deny
Deny from all
ErrorLog ${APACHE_LOG_DIR}/update.infomir.com_error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
ServerSignature Off
CustomLog ${APACHE_LOG_DIR}/update.infomir.com_access.log combined
#CustomLog /dev/null combined
ServerAdmin infomiriptv@gmail.com
ServerName update.infomir.com
# Header always set Strict-Transport-Security "max-age=63072000; includeSubdomains;"
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3
SSLHonorCipherOrder on
SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA !RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS"
SSLCertificateKeyFile /etc/letsencrypt/live/update.infomir.com/privkey.pem
SSLCertificateFile /etc/letsencrypt/live/update.infomir.com/cert.pem
SSLCertificateChainFile /etc/letsencrypt/live/update.infomir.com/chain.pem
DocumentRoot /var/www/update.infomir.com
RewriteEngine On
Options -Indexes +FollowSymLinks +Includes
AllowOverride All
Order allow,deny
Allow from All
LogLevel warn
ErrorLog ${APACHE_LOG_DIR}/update.infomir.com_error.log
CustomLog ${APACHE_LOG_DIR}/update.infomir.com_access.log combined
#CustomLog /dev/null combined
ServerSignature Off