2013年1月15日

Nginx as static image server and proxy server.

摘要: 1. create image_servers.conf in ..../nginx/confserver{#you can access images by http://localhost:8000/images listen 8000; server_name localhost; location /images/{ root /share/; autoindex on; autoindex_exact_size off; autoindex_localtime on; }}server{#you can ... 阅读全文

posted @ 2013-01-15 15:21 jmbkeyes 阅读(840) 评论(0) 推荐(0)

导航