1
0
mirror of https://github.com/lammertb/libhttp.git synced 2026-01-28 20:00:52 +03:00

put_delete_auth_file is the correct option name

This commit is contained in:
Sergey Lyubka
2013-07-10 19:08:21 +01:00
parent e58d622d5f
commit c0ca6a53be

View File

@@ -95,7 +95,7 @@ Extra environment variables to be passed to the CGI script in
addition to standard ones. The list must be comma-separated list
of name=value pairs, like this: `VARIABLE1=VALUE1,VARIABLE2=VALUE2`.
### put\_delete\_passwords_file
### put\_delete\_auth\_file
Passwords file for PUT and DELETE requests. Without it, PUT and DELETE requests
will fail.