1
Tink 2015-03-10 13:59:49 +08:00 via iPhone
ln -s
|
2
Havee 2015-03-10 14:07:10 +08:00
看 nginx 编译两进制时的选项 --conf-path=...
终端下运行 nginx -V 就一目了然了 至于改 conf 路径的话,在默认的 conf 中 include path/file 即可,至于用在 conf 文件的 server、http 还是 location 中,看具体需求 |
3
coolicer OP @Havee
nginx version: nginx/1.7.7 built by clang 6.0 (clang-600.0.56) (based on LLVM 3.5svn) TLS SNI support enabled configure arguments: --prefix=/usr/local --with-cc-opt=-Wno-deprecated-declarations --with-http_ssl_module --with-pcre=../pcre-8.36 昨晚网上找的,好像没有conf-path |
5
coolicer OP 上面贴的就是./nginx -V的结果
|
6
keithellis 2015-03-10 14:33:43 +08:00
OS X 默认就是 /usr/local/etc/nginx/nginx.conf,想手动指定配置文件用 nginx -c。
|
7
coolicer OP @keithellis 但我运行nginx -t,usr/local/conf/nginx.conf 显示的是这个。然后最后我去这里配置了,然后也懒得新建,在上面加一个。
|