Ningx 80 端口 配置文件
server {
#监听端口
listen 80;
#域名
server_name www.abc.com abc.com;
#首页默认index.html文件
index index.html index.htm index.php;
#项目路径
root /apps/www/html;
#访问不带www的,...
10-18 3,093 views
Ningx 80 端口 配置文件
server {
#监听端口
listen 80;
#域名
server_name www.abc.com abc.com;
#首页默认index.html文件
...