mirror of
				https://github.com/checktheroads/hyperglass
				synced 2024-05-11 05:55:08 +00:00 
			
		
		
		
	added docs, migrated input validated from JS to execute.py
This commit is contained in:
		@@ -3,6 +3,6 @@ import multiprocessing
 | 
			
		||||
command = "/usr/local/bin/gunicorn"
 | 
			
		||||
pythonpath = "/opt/hyperglass/hyperglass"
 | 
			
		||||
bind = "[::1]:8001"
 | 
			
		||||
workers = 1  # multiprocessing.cpu_count() * 2
 | 
			
		||||
workers = multiprocessing.cpu_count() * 2
 | 
			
		||||
user = "www-data"
 | 
			
		||||
timeout = 60
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user