changeset 24:f9588ccb7a42

Add note for optional parameter.
author edogawaconan <me@myconan.net>
date Thu, 23 Oct 2014 21:50:52 +0900
parents 949398173ecb
children 69b2c15cadfb
files README.md
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Oct 23 21:47:51 2014 +0900
+++ b/README.md	Thu Oct 23 21:50:52 2014 +0900
@@ -8,8 +8,12 @@
     location @lister {
       include fastcgi_params;
       fastcgi_pass unix:/tmp/php-fcgi.sock;
+
+      // BEGIN -- only when using alias
       uninitialized_variable_warn off;
       fastcgi_param DL_DIR $dl_dir;
+      // END ---- only when using alias
+
       fastcgi_param SCRIPT_FILENAME /path/to/index.php;
     }