标签:cat server ice hash ati nignx 配置 oca 端口
当nignx可以加载下面的这个service时
server {
listen 8085;
server_name 1.192.60.82;
location / {
root /etc/nginx/hash;
index index.html;
}
}
listen : 端口号
server_name: 访问名称 可以域名可以ip
root: 静态项目的地址
index:静态项目的index页面
访问地址为 1.192.60.82:8085
标签:cat server ice hash ati nignx 配置 oca 端口
原文地址:https://www.cnblogs.com/yinduang/p/9939689.html