Hello,
I want to add 8g firewall for nginx from here: https://github.com/t18d/nG-SetEnvIf
Installation:
In http context, add
include /path/to/8g-firewall.conf;
In the relevant server context, add
include /path/to/8g.conf;
As this instruction i will have to add "include /path/to/8g.conf" for every single virtual host, is there a way to apply this globally to all virtual hosts? Thanks