Control Web Panel

WebPanel => SSL => Topic started by: pixelpadre on August 10, 2019, 11:16:24 PM

Title: vhost config for non ssl
Post by: pixelpadre on August 10, 2019, 11:16:24 PM
I need to have one of my sites....Iran....use http only.  I deleted the certificate but the vhost has this

<IfModule mod_setenvif.c>
      SetEnvIf X-Forwarded-Proto "^https$" HTTPS=on
   </IfModule>

Do I need to delete this?