Welcome! Log In Create A New Profile

Advanced

Re: Include Performance

March 13, 2014 02:02PM
On 13 Mar 2014, at 21:59, abstein2 <nginx-forum@nginx.us> wrote:

> 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;

No impact.



Igor Sysoev
http://nginx.com

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
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: 212
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