Skip to content

Instantly share code, notes, and snippets.

View infureal's full-sized avatar
🏠
Working from home

Bakhtiyar Issakhmetov infureal

🏠
Working from home
View GitHub Profile
@EngKhaledB
EngKhaledB / Fix Slow NGINX PHP on WSL.md
Last active December 12, 2023 15:30
If you have slow NGINX PHP-FPM performance on Windows Subsytem for Linux (WSL) .. here is the Solution!

1- Locate nginx.conf on your server, which almost on this path /etc/nginx/nginx.conf

2- Add this code under the http block fastcgi_buffering off;

Refrence: microsoft/WSL#2100 (comment)