Commit
d6b22c005e5006975398fea455edea3646a64cb4
Exists in
master
and in
39 other branches
1.12.x, add_requests_as_dep, celery_service, change-passwd-signal, check-port, colab-signals, colab-vcard, colab_search, colab_tag, colab_tag_merge, community_association, detach_super_archives, fix-dashboard, fix-message-preview, fix_app_label, fix_cache_count_spb, fix_header, fixed_gitlab_import, go_to_profile_panel, header_footer, layout-fix, mobile_user_scalable, move_out_plugins, paginate-threads, profile_integration, refactor-data-import, remove-gitlab-plugin, removing_namespace, search_block, search_filters, spb-release/3.0, split_screen, stable, startplugin, timestamp_plugins, translation_review, user_regex, validate-passwd, workin_whoosh_temp
setting nginx types_hash_bucket_size to 64
this fixes a bug on 64bits vms
* http://www.mail-archive.com/wikibugs-l@lists.wikimedia.org/msg230376.html
* http://trac.nginx.org/nginx/ticket/352
| @@ -33,4 +33,5 @@ http { |
| @@ -33,4 +33,5 @@ http { |
33
| include /etc/nginx/sites-enabled/*; |
33
| include /etc/nginx/sites-enabled/*; |
34
| |
34
| |
35
| server_tokens off; |
35
| server_tokens off; |
| |
36
| + types_hash_bucket_size 64; |
36
| } |
37
| } |