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