13 lines
		
	
	
		
			172 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			172 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[uwsgi]
 | 
						|
plugin = python3
 | 
						|
module = ftracker:app
 | 
						|
socket = /tmp/ftracker.sock
 | 
						|
manage-script-name = true
 | 
						|
master = true
 | 
						|
 | 
						|
uid = www-data
 | 
						|
gid = www-data
 | 
						|
 | 
						|
proesses = 1
 | 
						|
threads = 1
 |