You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: source/start/topics/examples/fcgiwrap.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -133,5 +133,5 @@ Setup Scripts
133
133
What Happens
134
134
------------
135
135
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``.
137
137
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