Nginx Configuration File

You can read about Nginx configuration on Ubuntu over at - digitalocean.com

fsad

/etc/nginx/ sites-available/example.com

The folder in which you will find all yout Nginx configuration files can be found:

# Local configuration on OSX If you want to edit the configuration files following Installing Nginx on OSX, you can find them here:

/usr/local/etc/nginx/nginx.conf

The Nginx configuration file can be found:

/usr/local/etc/nginx/ sites-available/default.conf sites-available/default-ssl.conf

The file locations on OSX for nginx as installed by default using homebrew are:

/usr/local/etc/nginx/sites-enabled/ /usr/local/etc/nginx/sites-enabled/