Skip to content

Instantly share code, notes, and snippets.

View GitHub-fly's full-sized avatar
🌴
On vacation

xunmi GitHub-fly

🌴
On vacation
View GitHub Profile
@GitHub-fly
GitHub-fly / default-nigin.conf
Last active February 8, 2024 09:34
nginx 默认配置模版
server {
listen 80;
server_name unismart.top;
index index.html index.htm;
root /data/webroot/smart-parking/dist;
gzip on;
gzip_min_length 1k;
gzip_buffers 4 32k;
gzip_comp_level 6;