November 15, 2014 - Tech-Admin

See also Server setup (priv)

NginX deployment http://nginx.org/en/

nginx [pronounced "engine x"] is a very fast web server, serving up sites such as Netflix and WordPress.com.

See also SSL certificates

NOTES:

in PHP,

$_REQUEST is *not* populated!!! only $_GET and $_POST

$_GET is not populated if redirect is done via  try_files command *

- instead:

try_files $uri $uri/ /index.php?$args;

Comments are closed.