|
|
|
|
|
by tuxychandru
5094 days ago
|
|
I do not know about others but I do it because not mixing up web server responsibilities with application server is a good idea. For example, I leave things like gzip compression and TLS handling to nginx without having to deal with them in my app. |
|