新增凤凰城节点

This commit is contained in:
zeaslity
2024-11-28 20:11:31 +08:00
parent c9f69d595e
commit 08a1cd52f6
34 changed files with 123 additions and 83 deletions

View File

@@ -0,0 +1,4 @@
server {
listen ${FRONT_PROXY_PORT};
proxy_pass ${REVERSE_PROXY_IP}:${REVERSE_PROXY_PORT};
}