frp + nginx 实现不同子域名访问同一主机不同服务
2023-7-4
| 2024-9-29
0  |  Read Time 0 min
type
status
date
slug
summary
tags
category
icon
password
 

前置条件

  • 运行在内网的多个服务
  • 一台带有公网 IP 的云服务器(如果是国内服务器,域名需要备案)
  • 一个域名

域名解析

到 cloudflare 解析配置你的域名解析
notion image

Frps, Nginx 服务配置

Nginx 安装 - sudo apt install nginx
frps 配置文件
nginx 配置 <u>/etc/nginx/conf.d/frp.conf</u>
重启 frps 和 nginx 服务

Frpc 配置

frpc 配置文件
重启 frpc 服务
没有例外的话,访问 alist.wukaige.com 即可访问本地 alist 服务。 有例外的话,看看服务器和本地防火墙,是否开放需要开放的端口。
  • frp
  • nginx
  • hexo 自建博客如何被 google 收录?flask + gunicorn 实现高并发
    Loading...