1 Star 27 Fork 0

Orginone / orginoneweb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
extra-config.conf 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
realVeer 提交于 2023-05-12 10:10 . http://orginone.cn:3300/
server {
listen 13808;
server_name orginone-web-pc;
gzip on;
gzip_min_length 1k;
gzip_buffers 4 16k;
gzip_comp_level 7;
gzip_types text/plain application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png;
gzip_vary off;
gzip_disable "MSIE [1-6]\.";
index index.html index.htm index.nginx-debian.html;
root /usr/share/nginx/html;
location / {
try_files $uri $uri/ /index.html;
}
location /api {
proxy_pass https://www.assetcloud.org.cn/;
}
location /chain {
proxy_pass http://orginone.cn:8801;
}
}
1
https://gitee.com/orginone/orginoneweb.git
git@gitee.com:orginone/orginoneweb.git
orginone
orginoneweb
orginoneweb
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891