Written by James McDonald

March 3, 2014

Just completed moving this website https://toggen.com.au/blog to nginx web server.

The issues I found:

  • Installing and configuring php-fpm to run per user
  • Learning the syntax of the nginx conf files
  • Rewriting the .htaccess files into the correct nginx rules
  • Trying to figure out the order of precedence for the nginx location {} blocks
  • Many nginx configuration examples use old syntax and you need to learn how to re-write them in try_files format
  • Running multiple PHP applications such as CakePHP, WordPress and Gallery 3 which all have different ways of handling arguments.
  • A lot of howto’s assume that the application is in the web root moving them to sub-directories can be challenging when having to port the aforementioned .htaccess rules
  • Installing on CentOS which has a different conf file layout to the more ubiquitous Debian based distro’s

 

 

 

 

 

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...