Comment 26 for bug 1216817

Revision history for this message
Thomas Ward (teward) wrote :

Here's a test procedure:

(1) Use the attached test configuration file as a base, to test with localhost. (Partly derived from digital ocean's tutorials)

(2) Create a PHP file in the specified path. Alternatively, use an alternate root path.

(3) `tail -f /var/log/nginx/error.log`. Watch for any error outputs.

(4) Load nginx with the config. There should not be any errors triggered similar to above.

(5) To further test, load the PHP file you created. It should be rendered correctly and there should not be any errors in the error log similar to those observed with this bug.