ソースを参照

error_pages must end with a slash (#670)

As a quick solution of #670, add a hint in the documentation, not to forget the slash.
bel2125 7 年 前
コミット
c47476e289
1 ファイル変更2 行追加0 行削除
  1. 2 0
      docs/UserManual.md

+ 2 - 0
docs/UserManual.md

@@ -531,6 +531,8 @@ If set in any other way, the result is unspecified.
 
 
 ### error\_pages
 ### error\_pages
 This option may be used to specify a directory for user defined error pages.
 This option may be used to specify a directory for user defined error pages.
+To specify a directory, make sure the name ends with a backslash (Windows) 
+or slash (Linux, MacOS, ...).
 The error pages may be specified for an individual http status code (e.g.,
 The error pages may be specified for an individual http status code (e.g.,
 404 - page requested by the client not found), a group of http status codes
 404 - page requested by the client not found), a group of http status codes
 (e.g., 4xx - all client errors) or all errors. The corresponding error pages
 (e.g., 4xx - all client errors) or all errors. The corresponding error pages