A Simple ReverseProxy Using PHP
In the course of the last week i moved some websites from my self managed VPS to an designated webhoster. Once moved, i encountered the problem that i could not use ngnix’s proxy_pass feature. So i wrote myself a little ReverseProxy using PHP.
Read More »A Simple ReverseProxy Using PHP