mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
hardcode server_names_hash_bucket_size to 64 in nginx config
This commit is contained in:
parent
8d7550ce78
commit
635db8c9de
@ -1,4 +1,6 @@
|
||||
|
||||
server_names_hash_bucket_size 64;
|
||||
|
||||
upstream frappe {
|
||||
server 127.0.0.1:8000 fail_timeout=0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user