0

I'm trying to performance_tune My Tuleap 11.8 Service which run on NginX server. I know what parameters to tune. But there's many .conf files there's:

/etc/nginx/conf.d/tuleap.conf
/etc/nginx/nginx.conf
/usr/share/tuleap/src/etc/nginx/nginx.conf

I'm confused which file should I configure? And does it conflict with the others files?

Shnbook
  • 51
  • 8
  • Configuration is done below ˋ/etc/nginxˋ. Which file may depend on the parameters you want to change. – aventurin Nov 17 '19 at 10:30

1 Answers1

0

Yeah I got it! the Main file is /etc/nginx/nginx.conf and is including all the /etc/nginx/conf.d/*.conf including tuleap.conf. So hopefully I'll be configuring the Main file which is nginx.conf.

Shnbook
  • 51
  • 8