summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/thttpd/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/eagle100/thttpd/defconfig')
-rw-r--r--nuttx/configs/eagle100/thttpd/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/eagle100/thttpd/defconfig b/nuttx/configs/eagle100/thttpd/defconfig
index f1036fa36..5e7ee7c66 100644
--- a/nuttx/configs/eagle100/thttpd/defconfig
+++ b/nuttx/configs/eagle100/thttpd/defconfig
@@ -541,7 +541,7 @@ CONFIG_THTTPD_SERVER_ADDRESS="http://www.nuttx.org"
CONFIG_THTTPD_SERVER_SOFTWARE="thttpd/2.25b 29dec2003-NuttX"
CONFIG_THTTPD_PATH="/mnt/www"
CONFIG_THTTPD_CGI_PATH="/mnt/www/cgi-bin"
-CONFIG_THTTPD_CGI_PATTERN="/cgi-bin/*"
+CONFIG_THTTPD_CGI_PATTERN="/mnt/www/cgi-bin/*"
CONFIG_THTTPD_CGI_PRIORITY=50
CONFIG_THTTPD_CGI_STACKSIZE=1024
CONFIG_THTTPD_CGI_BYTECOUNT=20000