You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
389 B
10 lines
389 B
|
|
NGINX ({{version}}):
|
|
|
|
user {{user}}
|
|
worker_processes {{worker_processes}}
|
|
worker_connections {{worker_connections}}
|
|
keepalive_timeout {{keepalive_timeout}}
|
|
fastcgi_read_timeout {{fastcgi_read_timeout}}
|
|
client_max_body_size {{client_max_body_size}}
|
|
allow {{allow}}
|
|
|