[Nginx] dev warrning fix hash bucket size
This commit is contained in:
@@ -4,6 +4,7 @@ events {}
|
||||
|
||||
http {
|
||||
# edit this for your system
|
||||
types_hash_bucket_size 128;
|
||||
include /etc/nginx/mime.types;
|
||||
|
||||
server {
|
||||
@@ -20,4 +21,4 @@ http {
|
||||
try_files $uri $uri.html /$uri/index.html /index.html;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user