Your IP : 10.0.84.116


Current Path : /proc/self/root/home/flex/
Upload File :
Current File : //proc/self/root/home/flex/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>


<IfModule mod_ssl.c>
<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>


Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /root/.acme.sh/yekclass.com/fullchain.cer
SSLCertificateKeyFile /root/.acme.sh/yekclass.com/yekclass.com.key
#SSLCertificateFile /etc/letsencrypt/live/yekclass.com-0001/fullchain.pem
#SSLCertificateKeyFile /etc/letsencrypt/live/yekclass.com-0001/privkey.pem
</VirtualHost>
</IfModule>