[packages/nginx] - rel 2; do not override defaults especially such like non-proxy ones (client_*)

arekm arekm at pld-linux.org
Tue Nov 26 14:50:07 CET 2019


commit 3d451a65b3abb9b6c85bc6b12588c72e76181d67
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Nov 26 14:49:53 2019 +0100

    - rel 2; do not override defaults especially such like non-proxy ones (client_*)

 nginx.spec |  2 +-
 proxy.conf | 24 +++++++++++-------------
 2 files changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/nginx.spec b/nginx.spec
index 919c316..e0f6e49 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -44,7 +44,7 @@ Summary(pl.UTF-8):	Serwer HTTP i odwrotne proxy o wysokiej wydajności
 # - mainline: production quality but API can change
 Name:		nginx
 Version:	1.16.1
-Release:	1
+Release:	2
 License:	BSD-like
 Group:		Networking/Daemons/HTTP
 Source0:	http://nginx.org/download/%{name}-%{version}.tar.gz
diff --git a/proxy.conf b/proxy.conf
index cef058b..d87e324 100644
--- a/proxy.conf
+++ b/proxy.conf
@@ -1,15 +1,13 @@
-proxy_redirect			off;
-proxy_set_header		Host $host;
-proxy_set_header		X-Real-IP $remote_addr;
-proxy_set_header		X-Forwarded-For $proxy_add_x_forwarded_for;
-client_max_body_size		10m;
-client_body_buffer_size		128k;
-proxy_connect_timeout		90;
-proxy_send_timeout		90;
-proxy_read_timeout		90;
-proxy_buffer_size		4k;
-proxy_buffers			4 32k;
-proxy_busy_buffers_size		64k;
-proxy_temp_file_write_size	64k;
+#proxy_redirect			off;
+#proxy_set_header		Host $host;
+#proxy_set_header		X-Real-IP $remote_addr;
+#proxy_set_header		X-Forwarded-For $proxy_add_x_forwarded_for;
+#proxy_connect_timeout		90;
+#proxy_send_timeout		90;
+#proxy_read_timeout		90;
+#proxy_buffer_size		4k;
+#proxy_buffers			4 32k;
+#proxy_busy_buffers_size		64k;
+#proxy_temp_file_write_size	64k;
 
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/3d451a65b3abb9b6c85bc6b12588c72e76181d67



More information about the pld-cvs-commit mailing list