Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Extra Configuration #1

Open
nsgoyat opened this issue Nov 2, 2019 · 0 comments
Open

Some Extra Configuration #1

nsgoyat opened this issue Nov 2, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@nsgoyat
Copy link

nsgoyat commented Nov 2, 2019

Hello Master @VirtuBox
I have some configuration suggestions which I fetched from CentMinMod's NGINX.conf and have been using them with WordOps for quite a time and didn't face any error.

You may consider the following or adjust their values accordingly:

client_body_timeout 10s;
client_header_timeout  10s;
send_timeout 10s;
client_body_buffer_size 256k;
client_body_in_file_only off;
client_header_buffer_size 64k;
connection_pool_size  256;
ignore_invalid_headers on;
output_buffers   1 512k;
request_pool_size  32k;
@VirtuBox VirtuBox added the enhancement New feature or request label Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants