Skip to content

Instantly share code, notes, and snippets.

@Mutinux
Mutinux / fanfou.shellex.info.conf
Created June 6, 2012 15:02 — forked from shellexy/fanfou.shellex.info.conf
nginx 反向代理推特官网移动版给 Chrome Lite/Mobile Safari 使用
# /etc/nginx/sites-available/fanfou.shellex.info
# 这儿假设的域名是 fanfou.shellex.info
# 请替换为实际的域名
server {
resolver 8.8.8.8;
listen 443;
server_name fanfou.shellex.info;
ssl on;