随笔 - 347  文章 - 1 评论 - 44 阅读 - 201万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

02 2016 档案
Nginx反向代理的配置
摘要:配置 Nginx 作为 tornado 的反向代理的设置: upstream tornado { server 127.0.0.1:8888; } server { listen 80; root /root/nmapp2_venv; index index.py index.html; serve 阅读全文
posted @ 2016-02-29 19:19 FreeSpider 阅读(471) 评论(0) 推荐(0) 编辑
nginx 配置文件配置
摘要:server { listen 80 ; server_name test.com www.test.com; index index.html index.php index.htm; root /alidata/www/test/public/; if ( $query_string ~* ". 阅读全文
posted @ 2016-02-18 20:51 FreeSpider 阅读(239) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示