1 2 3 4 | Active connections: 70 server accepts handled requests 14553819 14553819 19239266 Reading: 0 Writing: 3 Waiting: 67 |
1 2 3 | location ~ ^/images/ { root /opt/webapp/images; } |
1 2 3 4 | location ~ \.(htm|html|gif|jpg|jpeg|png|bmp|ico|css|js|txt)$ { root /opt/webapp; expires 24h; } |
1 2 3 4 5 6 7 | expires 1 January, 1970, 00:00:01 GMT; expires 60s; expires 30m; expires 24h; expires 1d; expires max; expires off; |
1 2 3 4 | location / { proxy_pass http://localhost:8080; proxy_set_header X-Real-IP $remote_addr; } |
1 2 3 4 | location / { proxy_pass http://tomcats; proxy_set_header X-Real-IP $remote_addr; } |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |