mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Gunicorn should bind to both ipv4 and ipv6
As per https://docs.gunicorn.org/en/stable/settings.html#bind
This commit is contained in:
		@@ -8,7 +8,7 @@ loglevel=info                ; log level; default info; others: debug,warn,trace
 | 
			
		||||
user=root
 | 
			
		||||
 | 
			
		||||
[program:gunicorn]
 | 
			
		||||
command=gunicorn -c /usr/src/paperless/gunicorn.conf.py -b 0.0.0.0:8000 paperless.wsgi
 | 
			
		||||
command=gunicorn -c /usr/src/paperless/gunicorn.conf.py -b '[::]:8000' paperless.wsgi
 | 
			
		||||
user=paperless
 | 
			
		||||
 | 
			
		||||
stdout_logfile=/dev/stdout
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user