Skip to content

Instantly share code, notes, and snippets.

View LucasSaud's full-sized avatar
💭
Trabalhando

Lucas Saud LucasSaud

💭
Trabalhando
View GitHub Profile
@osamaqarem
osamaqarem / nginx_macos.md
Last active April 4, 2025 08:54
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: