Welcome! Log In Create A New Profile

Advanced

Include Performance

March 13, 2014 01:59PM
Is there any negative performance impact with chaining include commands on nginx?

For example, are any of these worse than any of the others from a performance perspective:

In nginx.conf:
include domain_config_1.conf;
include domain_config_2.conf;

OR

In nginx.conf:
include domain_configs.conf;

In domain_configs.conf:
include domain_config_1.conf;
include domain_config_2.conf;

OR

In nginx.conf:
include domain_configs.conf;

In domain_configs.conf:
include domain_config_list.conf;

In domain_config_list.conf:
include domain_config_1.conf;
include domain_config_2.conf;
Subject Author Posted

Include Performance

abstein2 March 13, 2014 01:59PM

Re: Include Performance

Igor Sysoev March 13, 2014 02:02PM

Re: Include Performance

abstein2 March 13, 2014 02:04PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 274
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready