Ai
1 Star 0 Fork 0

xusirun/meshop_vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nginx_proxy.conf 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
xusirun 提交于 2019-07-31 10:32 +08:00 . nginx 配置
server {
listen 80;
server_name 132.232.241.207;
#charset koi8-r;
#access_log /var/log/nginx/host.access.log main;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
location ^~/api{
proxy_pass http://132.232.241.207;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cdcoder/meshop_vue.git
git@gitee.com:cdcoder/meshop_vue.git
cdcoder
meshop_vue
meshop_vue
master

搜索帮助