fix(README.md): web/cgi/ → cgi/
This commit is contained in:
parent
e0b3cf4e82
commit
10ca071b99
1 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ $ make cgi
|
||||||
`ADDR` and `PORT` can be set to the address and port on which
|
`ADDR` and `PORT` can be set to the address and port on which
|
||||||
**feuille** listens, respectively.
|
**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
|
`cgi-bin` folder (usually somewhere like
|
||||||
`/var/www/my.paste.bin/cgi-bin`) and configure your web server
|
`/var/www/my.paste.bin/cgi-bin`) and configure your web server
|
||||||
to execute CGI scripts.
|
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
|
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
|
CGI script. The form must have `enctype="text/plain"` and must contain
|
||||||
only one input or textarea. See
|
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.
|
for a sample form.
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
Reference in a new issue