hi
i've a strange problem, i'm running aapanel behind a reverse proxy that handles all the ssl certs.
i'm hosting multiple sites, some joomla and a few wordpress.
i was facing a problem with wordpress sites:
on some pagebuilder i get error and cannot work.
i resolved by adding:
<VirtualHost *:80>
SetEnvIf X-Forwarded-Proto "https$" HTTPS
</VirtualHost>
in the configuration of the wordpress sites.
now i'm asking, is there a way to include : "SetEnvIf X-Forwarded-Proto "https$" HTTPS" in the default config when i create a website or add it on apache config ?