10年8月8日 21:04
nginx 即可,无需 PHP。
复制内容到剪贴板代码:
server {
listen 80;
server_nameapi.your.domain.tld;
access_log/var/log/nginx/api.your.domain.tld.access.log;
location / {
proxy_pass http://twitter.com:80;
}
}
评论于:求助牛人:关于twip
10年3月21日 18:45
09年9月29日 18:59
09年9月16日 10:33