1 Star 0 Fork 1

lvwen/lina

forked from BaniZhang/lina 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nginx.conf 498 Bytes
一键复制 编辑 原始数据 按行查看 历史
Orange 提交于 2021-03-24 18:32 . perf: 优化编译命令
server {
listen 80;
gzip on;
gzip_min_length 1k;
gzip_buffers 4 16k;
#gzip_http_version 1.0;
gzip_comp_level 8;
gzip_types text/plain application/javascript application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png;
gzip_vary off;
gzip_static on;
gzip_disable "MSIE [1-6].";
location /ui/ {
try_files $uri / /ui/index.html;
alias /opt/lina/;
}
location / {
rewrite ^/(.*)$ /ui/$1 last;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lvwenzhuye/lina.git
git@gitee.com:lvwenzhuye/lina.git
lvwenzhuye
lina
lina
master

搜索帮助