0 votes
in NGINX by

What is the Configuration File for Nginx and where it can be in UNIX like Systems?

1 Answer

0 votes
by
Configuration file is named nginx.conf and placed in the directory;

 /usr/local/nginx/conf, /etc/nginx     or

/usr/local/etc/nginx          

depends on distribution.
...