GithubHelp home page GithubHelp logo

human2312 / reverse-proxy Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 8.0 19 KB

一个带缓存的反向代理(php版本)翻墙神器 Reverse Proxy By PHP

Home Page: http://g.html48.com

License: GNU Affero General Public License v3.0

HTML 1.52% PHP 98.48%

reverse-proxy's Introduction

proxy

一个带缓存的反向代理(php版本)

一些部署须知

1、nginx 或者apache需要把所有不存在的资源重定向到index.php访问 eg:

                if (!-e $request_filename) {
                                rewrite ^(.*)$ /index.php last;
                                break;
                }

2、文件目录caches 需要带写读权限

3、code里面_url 自定义到你喜欢proxy的website去畅游。

4、你的服务器需要可以访问外网,你才能通过这个脚本访问到外面网站。 可以打开http://g.html48.com 浏览看看

5、更多信息,请移步https://github.com/human2312/Reverse-Proxy

reverse-proxy's People

Contributors

human2312 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.