Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 4560c5e

Browse files
authored
fcgiwrap.rst: Fix typo (#591)
1 parent a54b3c6 commit 4560c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/start/topics/examples/fcgiwrap.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ Setup Scripts
133133
What Happens
134134
------------
135135
The sudo command will launch the fcgiwrapper init script as the www-data user.
136-
The script bings a listener thread to ``/tmp/cgi.sock``.
136+
The script binds a listener thread to ``/tmp/cgi.sock``.
137137
This is what you need to use in `fastcgi_pass <https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_pass>`_: ``fastcgi_pass unix:/tmp/cgi.sock;``

0 commit comments

Comments
 (0)