mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-06 06:00:08 +08:00
updated uwsgi settings
This commit is contained in:
@@ -13,4 +13,4 @@ chmod-socket = 660
|
||||
vacuum = true
|
||||
|
||||
die-on-term = true
|
||||
close-on-exec = true
|
||||
close-on-exec = true
|
||||
|
||||
@@ -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__":
|
||||
|
||||
Reference in New Issue
Block a user