随笔分类 -  nginx

摘要:开发者门户UI的访问和调用的nginx配置如下(需修改的配置文件默认在${nginxInstallPath}/conf/nginx.conf): server { listen 8010; #端口 server_name portal; #路径 root /data/ui; #解压后ui项目所在路径 阅读全文
posted @ 2019-12-27 15:24 morganlin 阅读(17944) 评论(0) 推荐(0)