Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/nginx/templates/nginx.conf.erb

Issue 10630004: Make all our applications work with Nginx 1.4.1 (Closed)
Patch Set: Created May 22, 2013, 4:47 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« modules/nginx/manifests/init.pp ('K') | « modules/nginx/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nginx/templates/nginx.conf.erb
===================================================================
--- a/modules/nginx/templates/nginx.conf.erb
+++ b/modules/nginx/templates/nginx.conf.erb
@@ -45,6 +45,8 @@
types_hash_max_size 2048;
+ server_names_hash_bucket_size 64;
Felix Dahlke 2013/05/22 04:50:28 This was necessary for intraforum.adblockplus.org.
+
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}
« modules/nginx/manifests/init.pp ('K') | « modules/nginx/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld