updated uwsgi settings

This commit is contained in:
Muneeb Ali
2017-03-22 23:44:47 -04:00
parent 40938bde01
commit df5b01c315
2 changed files with 2 additions and 2 deletions

View File

@@ -13,4 +13,4 @@ chmod-socket = 660
vacuum = true
die-on-term = true
close-on-exec = true
close-on-exec = true

View File

@@ -32,7 +32,7 @@ parent_dir = os.path.abspath(current_dir + "/../")
sys.path.insert(0, parent_dir)
from search.server import app as application
from api.server import app as application
# ------------------------------
if __name__ == "__main__":