nginx config for import node

This commit is contained in:
m0duspwnens
2020-08-12 11:15:14 -04:00
parent dfd3a1de6a
commit b5c9d44d91
2 changed files with 1 additions and 1 deletions

View File

@@ -1775,7 +1775,7 @@ es_heapsize() {
fi
export ES_HEAP_SIZE
if [[ "$install_type" =~ ^(EVAL|MANAGERSEARCH|STANDALONE)$ ]]; then
if [[ "$install_type" =~ ^(EVAL|MANAGERSEARCH|STANDALONE|IMPORT)$ ]]; then
NODE_ES_HEAP_SIZE=ES_HEAP_SIZE
export NODE_ES_HEAP_SIZE
fi