1 Star 0 Fork 562

xut001/ Mall4j 商城-Uniapp商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nginx.conf 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
哎哟嘿 提交于 2023-11-09 14:50 . vue3框架
server {
listen 80;
server_name mini-h5.mall4j.com;
gzip on;
gzip_static on;
location / {
try_files $uri $uri/ /;
root /usr/share/nginx/html/h5;
index index.html;
#### kill cache
add_header Last-Modified $date_gmt;
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
if_modified_since off;
expires off;
etag off;
}
error_page 404 /404.html;
location = /404-light.html {
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xut001/mall4uni.git
git@gitee.com:xut001/mall4uni.git
xut001
mall4uni
Mall4j 商城-Uniapp商城
master

搜索帮助