主题 : jeecm管理端加载慢 |
级别: 白丁
![]() |
1# 发表于:2023-09-08 22:19:47 IP:202.159.*.*
|
||||
---|---|---|---|---|---|
级别: 白丁
![]() |
2# 发表于:2023-09-08 22:23:09 IP:202.159.*.*
nginx
|
||
---|---|---|---|
级别: 白丁
![]() |
3# 发表于:2023-09-08 22:25:19 IP:202.159.*.*
worker_processes 1;
events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; #开启gzip压缩 ,压缩html gzip on; server { listen 80; server_name ; #charset koi8-r; location / { root html; index index.html index.htm; proxy_pass http://127.0.0.1:8083; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } } } |
||
---|---|---|---|
级别: 总版主
![]() |
5# 发表于:2023-09-09 10:04:59 IP:183.124.*.*
nginx安装.zip
参考设置下缓存 |
||
---|---|---|---|
1
共1页