.env config updated, pm2 no-treekill and name added, config.py updated, .conf added to .gitignore, generate nginx configuration added
This commit is contained in:
@@ -28,6 +28,6 @@ session_server_titles_destination = deploy_path + '/pixel-streaming-session-serv
|
||||
os.remove(session_server_titles_destination)
|
||||
shutil.copy(session_server_titles_file, session_server_titles_destination)
|
||||
|
||||
powershell.run_command('pm2 restart app.js', session_server_root_dir)
|
||||
powershell.run_command('pm2 restart app.js --no-treekill', session_server_root_dir)
|
||||
|
||||
print('\nPackage successfully reconfigured.\n')
|
||||
Reference in New Issue
Block a user