Skip to content

Commit 616a130

Browse files
committed
removing typo
1 parent 555b3c3 commit 616a130

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Variable | Default Value | Description
7878
**NGINX_CLIENT_MAX_BODY_SIZE** | `25M` | Changes maximum allowed size of the client request body
7979
**NGINX_PHP_FPM** | `unix:/run/php-fpm.sock` | Changes the address of a FastCGI server
8080
**NGINX_FASTCGI_READ_TIMEOUT** | `60s` | Changes a timeout for reading a response from the FastCGI server
81-
**NGINX_FASTCGI_BUFFERS** | `'8 8k'` | Changes the number and size of the buffers used for reading a response
82-
**NGINX_FASTCGI_BUFFER_SIZE** | `'16k'` | Changes the size of the buffer used for reading the first part of the response received
81+
**NGINX_FASTCGI_BUFFERS** | `8 8k` | Changes the number and size of the buffers used for reading a response
82+
**NGINX_FASTCGI_BUFFER_SIZE** | `16k` | Changes the size of the buffer used for reading the first part of the response received
8383

8484
## Usage
8585

0 commit comments

Comments
 (0)