Skip to content

ttthzy/transfer-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

适合懒人、新手用,快速做反向代理,不用装nginx,绿色环保。

目前只支持把不同的端口代理到本机的80端口

配置示例

程序同目录新建 proxy.json 文件,参考:

{
    // 要代理的端口号
    "localhost:8080": {
        // 如果没有子路径,直接写 /
        "path": "/symphony"
    }
}

About

http转发(可用于反向代理)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages