Chris Moore
play
Install the latest version of Nginx on Ubuntu

…tend to use the www-datauser and don’t like to mix things up, I like to set www-data as the default process user. To do this, open the NGINX config file:…


Rewrite the WordPress uploads url path in Nginx

…if you use temporary. For reference, here is an example of an NGINX server block using the rewrite configuration: server { listen 80; listen [::]:80; server_name example.com root /var/www/example.com; index…


When the Flickr API Stopped Working

…concerns were finally put to rest after coming to my senses and taking a quick look through the API documentation over at https://www.flickr.com/services/api/ . As it turns out, the API…


Terms of Service

…title, and under this license you may not: i. modify or copy the materials; ii. use the materials for any commercial purpose, or for any public display (commercial or non-commercial);…


about

Chris Moore Information technology manager, agile development team lead, full stack developer, dev-ops specialist, database administrator and integration specialist in a wide variety of business applications. More than 18 years…


Downgrade Node using Brew on MacOS

…following command: brew search node You may need to install any missing version required if it’s not already available locally. To do this, we can use the following command to…