| Current Path : /etc/apache2/sites-enabled/ |
| Current File : //etc/apache2/sites-enabled/yekclass.com.conf |
# WWW.YekClass.com <VirtualHost *:80> DocumentRoot /var/www/www.yekclass.com/public_html ServerName www.yekclass.com ServerAlias yekclass.com <Directory /var/www/www.yekclass.com/public_html> allow from all Options Indexes FollowSymLinks AllowOverride All Order allow,deny Require all granted </Directory> </VirtualHost> <VirtualHost *:443> DocumentRoot /var/www/www.yekclass.com/public_html ServerName www.yekclass.com ServerAlias yekclass.com <Directory /var/www/www.yekclass.com/public_html> allow from all Options Indexes FollowSymLinks AllowOverride All Order allow,deny Require all granted </Directory> SSLEngine on SSLCertificateFile /etc/ssl/certs/apache-selfsigned.crt SSLCertificateKeyFile /etc/ssl/certs/apache-selfsigned.key </VirtualHost>