Skip to content

Instantly share code, notes, and snippets.

View LucasSaud's full-sized avatar
🥸
Working

Lucas Saud LucasSaud

🥸
Working
View GitHub Profile
@osamaqarem
osamaqarem / nginx_macos.md
Last active July 20, 2025 15:50
Nginx on MacOS

Install nginx (Homebrew)

brew install nginx

Configuration file for nginx will be at /usr/local/etc/nginx/nginx.conf

Web apps can be stored at /usr/local/var/www

Commands

Start: