From 10ca071b9963646087326f0b8e3576571265e66e Mon Sep 17 00:00:00 2001 From: Tom MTT Date: Tue, 22 Nov 2022 20:15:21 +0100 Subject: [PATCH] =?UTF-8?q?fix(README.md):=20web/cgi/=20=E2=86=92=20cgi/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 082dd39..7c4e4bf 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ $ make cgi `ADDR` and `PORT` can be set to the address and port on which **feuille** listens, respectively. -Once it's done, you can put `./web/cgi/feuille.cgi` in your website's +Once it's done, you can put `./cgi/feuille.cgi` in your website's `cgi-bin` folder (usually somewhere like `/var/www/my.paste.bin/cgi-bin`) and configure your web server to execute CGI scripts. @@ -270,7 +270,7 @@ to execute CGI scripts. You can then create an HTML form that will send a POST request to the CGI script. The form must have `enctype="text/plain"` and must contain only one input or textarea. See -[web/cgi/form.html](https://basedwa.re/tmtt/feuille/src/branch/main/cgi/form.html) +[cgi/form.html](https://basedwa.re/tmtt/feuille/src/branch/main/cgi/form.html) for a sample form. ## Authors