Created
November 24, 2014 06:36
-
-
Save liruqi/6928877128e68d312c91 to your computer and use it in GitHub Desktop.
cl.liruqi.info config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
server_name cl.liruqi.info; | |
error_log /var/log/nginx/cl.liruqi.info.error.log; | |
access_log /var/log/nginx/cl.liruqi.info.access.log; | |
location / { | |
proxy_set_header X-Real-IP $remote_addr; | |
proxy_pass http://t66y.com/; | |
# sub_filter t66y.com cl.liruqi.info; | |
sub_filter_once off; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment