Skip to content

Instantly share code, notes, and snippets.

View safaksonmez's full-sized avatar
🥇

Şafak Sönmez safaksonmez

🥇
View GitHub Profile
@sistematico
sistematico / nginx.conf
Last active May 12, 2025 07:39
Windows 10 + Nginx + PHP FastCGI Service
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;