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 April 26, 2023 10:18
Windows 10 + Nginx + PHP FastCGI Service
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;