1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-13 04:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

nginx gzip

This commit is contained in:
2022-03-15 22:29:00 +08:00
parent ed56164517
commit bda3e3e071
3 changed files with 23 additions and 5 deletions

View File

@@ -1,2 +1,5 @@
# 设置开发/测试环境 development / production
NODE_ENV=development
NODE_ENV=development
# 设置是否开启GZIP此处因为Nginx开了所以nodejs就不开了
gzip=false