随笔分类 -  linux运维

摘要:编辑nginx配置: server { listen 8098; server_name 127.0.0.1; location / { include uwsgi_params; # uwsgi_pass unix:/tmp/uwsgi.sock; u... 阅读全文
posted @ 2015-06-09 16:08 cleardo 阅读(178) 评论(0) 推荐(0)