Your commit message
This commit is contained in:
4
nginx/端口转发模板.conf
Normal file
4
nginx/端口转发模板.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
server {
|
||||
listen ${FRONT_PROXY_PORT};
|
||||
proxy_pass ${REVERSE_PROXY_IP}:${REVERSE_PROXY_PORT};
|
||||
}
|
||||
Reference in New Issue
Block a user