File: //proc/thread-self/root/etc/httpd/conf.d/community.dilmahtea.com.conf.bk
<VirtualHost *:80>
ServerName community.dilmahtea.com
CustomLog /var/log/httpd/community.dilmahtea.com.access_log combined
ErrorLog /var/log/httpd/community.dilmahtea.com.error_log
DocumentRoot /home/community/public
<Directory /home/community/public/>
AllowOverride All
Require all granted
</Directory>
<IfModule mod_setenvif.c>
SetEnvIf X-Forwarded-Proto "^https$" HTTPS
</IfModule>
Header always set X-Frame-Options "SAMEORIGIN"
</VirtualHost>