proxy_set_headerX-Forwarded-For-Frp$proxy_protocol_addr; proxy_passhttp://192.168.1.9:8080; } } 0x0512 第二个为实际提供web服务 server { listen8080;#此处需要注意端口号,不能是80或443,因为80和443已经启用了proxy_protocol协议 #更多... } 0x06参考...
为本地 HTTP 服务启用 HTTPS 通过https2http插件可以让本地 HTTP 服务转换成 HTTPS 服务对外提供。 启用frpc,启用https2http插件,配置如下: # frpc.ini[common]server_addr=x.x.x.x server_port=7000[test_htts2http]type=https custom_domains=test.yourdomain.com plugin=https2http plugin_local_addr=127.0...
通过浏览器访问http://x.x.x.x:6000/static/来查看位于/tmp/file目录下的文件,会要求输入已设置好的用户名和密码。 为本地 HTTP 服务启用 HTTPS 通过https2http插件可以让本地 HTTP 服务转换成 HTTPS 服务对外提供。 启用frpc,启用https2http插件,配置如下: # frpc.ini [common] server_addr = x.x.x.x...
或者可以通过修改 HTTP 请求的 Host 字段来实现同样的效果。 通过浏览器访问http://www.yourdomain.com:8080即可访问到处于内网机器上 80 端口的服务,访问http://www.yourdomain2.com:8080则访问到内网机器上 8080 端口的服务。 4.2、为本地 HTTP 服务启用 HTTPS 通过https2http插件可以让本地 HTTP 服务转换成 ...
为本地 HTTP 服务启用 HTTPS 通过https2http插件可以让本地 HTTP 服务转换成 HTTPS 服务对外提供。 启用frpc,启用https2http插件,配置如下: # frpc.ini[common]server_addr= x.x.x.xserver_port=7000[test_htts2http]type= httpscustom_domains= test.yourdomain.complugin= https2httpplugin_local_addr=127.0...
[https_web] type = https custom_domains = www.hewei.work 开机启动 配置systemctl来控制,服务端运行 vim新建文件并写入配置内容 vim /usr/lib/systemd/system/frp.service 写入以下内容,注意上文移动放置的路径和此处有关。这里是启动的服务端。 [Unit] Description=The nginx HTTP and reverse proxy server ...
八、为本地 HTTP 服务启用 HTTPS 通过https2http 插件可以让本地 HTTP 服务转换成 HTTPS 服务对外提供。 frps.ini 内容如下: [common] bind_port = 7000 frpc.ini 内容如下: [common] server_addr = x.x.x.x server_port = 7000 [test_htts2http]type= https ...
我的frp版本号是0.21.0 操作系统是Ubuntu frps 服务端配置如下: [common] bind_port = 7000 vhost_http_port = 80 vhost_https_port = 443 authentication_timeout = 0 privilege_token = xxx dashboard_addr = 0.0.0.0 dashboard_port = 7500 dashboard_user = xxx dashbo
FRP是什么? frp 是一个专注于内网穿透的高性能的反向代理应用,支持 TCP、UDP、HTTP、HTTPS 等多种协议。可以将内网服务以安全、便捷的方式通过具有公网 IP 节点的中转暴露到公网。 frp内网穿透将你的本地服务器映射到外网 – 技术笔记jishubiji.cn/post/1006.html ...
一、配置https证书 由于需要对泛域名进行申请ssl证书,各运营商不支持免费的泛域名ssl证书,所以采用acme的免费证书。 记得提前去域名运营商那里解析一个子域名到云服务器ip,如果是泛域名的话需要添加*.[二级域名].http://demo.com的A记录 1. 安装acme