cuber / ngx_http_google_filter_module

Nginx Module for Google Mirror
BSD 2-Clause "Simplified" License
3.35k stars 779 forks source link

用最简安装后一直显示Welcome to nginx! #120

Closed YZBoo closed 5 years ago

YZBoo commented 8 years ago

用最简安装后一直显示Welcome to nginx! 请问最简安装的话 nginx的配置文件在哪里?

zhangmikoto commented 8 years ago

/etc/nginx/nginx.conf

YIN-Renlong commented 7 years ago
  1. 可直接 vim /opt/nginx-1.7.8/conf/nginx.conf 来修改配置文件 (upstream 无法使用);

http {
  include /etc/nginx/sites-enabled/*;
}