Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

NGINX Setup

Below you can read a detailed guide how to setup Nginx and PHP-FPM on OS X

Here's a rough guide on how to setup your local machine to serve local websites with nginx, based on an article by Jonas Friedmann

Aliases

Copy the aliases to your home directory or append the contents to your existing alias setup.

$ cp bash_aliases ~/.bash_aliases

Source them from your shell config

bash

# ~/.bash_profile
export source ~/.bash_aliases >> ~/.bash_profile

zsh

# ~/.zshrc
export source ~/.bash_aliases >> ~/.zshrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors