We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9f356 commit f7cd064Copy full SHA for f7cd064
sapi/fpm/php-fpm.conf.in
@@ -195,11 +195,12 @@ pm.max_children = 50
195
; total processes: 100
196
; max children reached: 1
197
; By default the status page output is formatted as text/plain. Passing either
198
-; 'html' or 'json' as a query string will return the corresponding output
+; 'html', 'xml' or 'json' as a query string will return the corresponding output
199
; syntax. Example:
200
; http://www.foo.bar/status
201
; http://www.foo.bar/status?json
202
; http://www.foo.bar/status?html
203
+; http://www.foo.bar/status?xml
204
; Note: The value must start with a leading slash (/). The value can be
205
; anything, but it may not be a good idea to use the .php extension or it
206
; may conflict with a real PHP file.
0 commit comments