Using Nginx to Proxy Requests to sMash Apps
March 28th, 2009
No comments
I now have a few sMash apps sitting on my VPS, running on different ports. I wanted to be able to access each of them on their own subdomain – like this :
| Application | URL | Real location |
| App Builder | ab.soal.org |
97.107.131.88:8070 |
| WordPress blog | blog.soal.org | 97.107.131.88:8081 |
| Some Other App | app.soal.org | 97.107.131.88:8082 |
(97.107.131.88 is my VPS’s current IP address)
I had no idea how to do this, but it turned out to be fairly simple:
Read more…