ASP.NET Core 6 deployment with nginx on WSL – stuck / partial response for a bit long html document
I don’t have any experience working with Linux. Now I tried to deploy ASP.NET Core 6 app on WSL with nginx. Working fine except one small issue. Response is not complete after sending 1500+ rows of html. Tbh response get stuck and only sometimes sending response. Then I disabled proxy buffering and caching from Nginx config and now seeing those 1500+ rows of incomplete html.