1##############################################################################
2#       _  __     _                                                          #
3#      / |/ /__ _(_)__ __ __                                                 #
4#     /    / _ `/ / _ \\ \ /                                                 #
5#    /_/|_/\_, /_/_//_/_\_\                                                  #
6#       __/___/      __   ___       __     ___  __         __                #
7#      / _ )___ ____/ /  / _ )___  / /_   / _ )/ /__  ____/ /_____ ____      #
8#     / _  / _ `/ _  /  / _  / _ \/ __/  / _  / / _ \/ __/  '_/ -_) __/      #
9#    /____/\_,_/\_,_/  /____/\___/\__/  /____/_/\___/\__/_/\_\\__/_/         #
10#                                                                            #
11##############################################################################
12
13# Version 1.1
14# ! new directives also to be added to include_filelist.txt ! #
15
16#server_names_hash_bucket_size 256;
17server_names_hash_max_size 4096;
18variables_hash_max_size 4096;
19variables_hash_bucket_size 4096;
20limit_req_zone $binary_remote_addr zone=flood:50m rate=90r/s;
21limit_conn_zone $binary_remote_addr zone=addr:50m;
22
23# ****************************************************************************
24# NOTE: IF you are using a system like Nginx-Proxy from @JWilder
25# ****************************************************************************
26# Repo URL: https://github.com/jwilder/nginx-proxy
27# You will need to comment out the first line here as follows.
28#     ##server_names_hash_bucket_size 128;
29# You will also need to modify the nginx.tmpl file to add the default include
30#     include /etc/nginx/conf.d/*
31# ****************************************************************************
32