[extensions-web/deploy] nginx: increase allowed request headers/query size to 16K
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web/deploy] nginx: increase allowed request headers/query size to 16K
- Date: Sun, 13 Jan 2019 11:45:00 +0000 (UTC)
commit ff3d6f755898dd7afadc3efbf80853430e553c40
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Sun Jan 13 15:43:26 2019 +0400
nginx: increase allowed request headers/query size to 16K
Bug: https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/97
See-Also: cdd3359b
openshift/docker/nginx/nginx.conf | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/openshift/docker/nginx/nginx.conf b/openshift/docker/nginx/nginx.conf
index fef94a2..0182d12 100644
--- a/openshift/docker/nginx/nginx.conf
+++ b/openshift/docker/nginx/nginx.conf
@@ -27,6 +27,7 @@ http {
server_tokens off;
client_max_body_size 8m;
server_names_hash_bucket_size 64;
+ large_client_header_buffers 4 16k;
server {
server_name extensions.gnome.org;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]