Posts tagged with "nginx"

Dynamic Developer Environments with Nginx

nginx, quicktip

Did you ever want multiple developer environments without ever changing URLs? Nginx can help you. Unlike Apache, Nginx can be configuered very dynamically. You can use map to map cookie values to document roots.