[Nginx] Set server_names_hash_bucket_size 64
This commit is contained in:
parent
66e06a0c0c
commit
aabcf65c69
@ -1,4 +1,8 @@
|
|||||||
|
# includes to http {
|
||||||
proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h max_size=1g;
|
proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h max_size=1g;
|
||||||
|
server_names_hash_bucket_size 64;
|
||||||
|
# }
|
||||||
|
|
||||||
map $http_x_forwarded_proto $client_req_scheme {
|
map $http_x_forwarded_proto $client_req_scheme {
|
||||||
default $scheme;
|
default $scheme;
|
||||||
https https;
|
https https;
|
||||||
|
1
data/web/js/bootstrap-filestyle.min.js
vendored
1
data/web/js/bootstrap-filestyle.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user