mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 23:48:24 +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 {
|
upstream frappe {
|
||||||
server 127.0.0.1:8000 fail_timeout=0;
|
server 127.0.0.1:8000 fail_timeout=0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user