usr / local路径下没有nginx,那么默认的nginx服务器路径在哪里?

时间:2016-12-03 10:11:52

标签: nginx

Nginx目录在/ usr / local下是disxist。

我的服务器的操作系统是7.6 64位。

  
    

error_log /var/log/nginx/error.log警告; pid /var/run/nginx.pid;

  
     

活动{       worker_connections 1024; }

     

http {       包括/etc/nginx/mime.types;       default_type application / octet-stream;

log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
                  '$status $body_bytes_sent "$http_referer" '
                  '"$http_user_agent" "$http_x_forwarded_for"';

access_log  /var/log/nginx/access.log  main;

sendfile        on;
#tcp_nopush     on;

keepalive_timeout  65;

#gzip  on;

include /etc/nginx/conf.d/*.conf; }

1 个答案:

答案 0 :(得分:0)

我是由mysself发现的。

  

的/ usr /共享/ nginx的/ HTML