mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-14 02:00:32 +08:00
Fixed nginx's "Could not build optimal types_hash"
This commit is contained in:
parent
170ed92bd4
commit
6c5a485b48
@ -12,6 +12,9 @@ events {
|
|||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
types_hash_max_size 4096;
|
||||||
|
server_names_hash_bucket_size 128;
|
||||||
|
|
||||||
access_log off;
|
access_log off;
|
||||||
|
|
||||||
include /etc/kvmd/nginx/mime-types.conf;
|
include /etc/kvmd/nginx/mime-types.conf;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user