📜  apache 反向代理 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:47.142000             🧑  作者: Mango

代码示例1

 ServerName domain.tld
 ServerAlias www.domain.tld
 ProxyRequests Off
 ProxyPass / http://123.456.7.89/
 ProxyPassReverse / http://123.456.7.89/
mixed