summaryrefslogtreecommitdiff
path: root/doc/en_US
diff options
context:
space:
mode:
authortorinky <k_tori@me.com>2017-10-15 18:12:13 +0900
committertorinky <k_tori@me.com>2017-10-15 18:12:13 +0900
commitc6f4c51f1f51f28df9f5c4fc310d0faaa5cb4aa4 (patch)
tree07fcfb86ac9acfc3f5f1e79fe41e14c320e9773a /doc/en_US
parent29aecf20d34aaed69cb9717a28e26a5d8f2ae79a (diff)
parentfcc0ea6feefa888f87ad0ddaaf225a0e7804b3bc (diff)
Merge remote-tracking branch 'origin/master'
# Conflicts: # app/Locale/ja_JP/translations.php
Diffstat (limited to 'doc/en_US')
-rw-r--r--doc/en_US/cronjob.markdown2
-rw-r--r--doc/en_US/requirements.markdown2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/en_US/cronjob.markdown b/doc/en_US/cronjob.markdown
index 743aac95..fd7c2b1e 100644
--- a/doc/en_US/cronjob.markdown
+++ b/doc/en_US/cronjob.markdown
@@ -39,7 +39,7 @@ Before to configure the recurring task, create a batch file (*.bat or *.cmd) tha
Here an example (`C:\kanboard.bat`):
```
-"C:\php\php.exe" -f "C:\inetpub\wwwroot\kanboard\kanboard" cronjob
+"C:\php\php.exe" -f "C:\inetpub\wwwroot\kanboard\cli" cronjob
```
**You must change the path of the PHP executable and the path of the Kanboard's script according to your installation.**
diff --git a/doc/en_US/requirements.markdown b/doc/en_US/requirements.markdown
index cbc2187c..7c348580 100644
--- a/doc/en_US/requirements.markdown
+++ b/doc/en_US/requirements.markdown
@@ -48,6 +48,8 @@ Do not use Sqlite on NFS mounts, only when you have a disk with fast I/O.
Kanboard is pre-configured to work with Apache (URL rewriting).
+Note: Kanboard is not compatible with Apache `mod_security`.
+
### PHP Versions
| PHP Version |