Skip to content

Commit 73a2e2d

Browse files
committed
Fix typo in output header example of fpm pool config
1 parent 997752f commit 73a2e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/www.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ pm.max_spare_servers = 3
329329
; it must be associated with embraces to specify the name of the header:
330330
; - %{Content-Type}o
331331
; - %{X-Powered-By}o
332-
; - %{Transfert-Encoding}o
332+
; - %{Transfer-Encoding}o
333333
; - ....
334334
; %p: PID of the child that serviced the request
335335
; %P: PID of the parent of the child that serviced the request

0 commit comments

Comments
 (0)