2
0
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:
Pratik Vyas 2014-10-13 20:06:40 +05:30
parent 8d7550ce78
commit 635db8c9de

View File

@ -1,4 +1,6 @@
server_names_hash_bucket_size 64;
upstream frappe {
server 127.0.0.1:8000 fail_timeout=0;
}