Locate the nginx.conf file my nginx is actually using

前端 未结 6 1480
南方客
南方客 2021-01-29 23:57

Working on a client\'s server where there are two different versions of nginx installed. I think one of them was installed with the brew package manager (its an osx box) and the

6条回答
  •  走了就别回头了
    2021-01-30 00:33

    Running nginx -t through your commandline will issue out a test and append the output with the filepath to the configuration file (with either an error or success message).

提交回复
热议问题