HEX
Server: Apache
System: Linux dilmahquizNew 5.14.0-162.12.1.el9_1.0.2.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 30 22:14:42 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: NONE
Upload Files
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>