mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	
						commit
						27adcc7037
					
				
					 3 changed files with 2 additions and 10 deletions
				
			
		| 
						 | 
					@ -3,7 +3,6 @@ ENTRYPOINT ["/sbin/tini","--","/usr/local/searxng/dockerfiles/docker-entrypoint.
 | 
				
			||||||
EXPOSE 8080
 | 
					EXPOSE 8080
 | 
				
			||||||
VOLUME /etc/searx
 | 
					VOLUME /etc/searx
 | 
				
			||||||
VOLUME /etc/searxng
 | 
					VOLUME /etc/searxng
 | 
				
			||||||
VOLUME /var/log/uwsgi
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG SEARXNG_GID=977
 | 
					ARG SEARXNG_GID=977
 | 
				
			||||||
ARG SEARXNG_UID=977
 | 
					ARG SEARXNG_UID=977
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -165,8 +165,6 @@ if [ $DRY_RUN -eq 1 ]; then
 | 
				
			||||||
    exit
 | 
					    exit
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
touch /var/run/uwsgi-logrotate
 | 
					 | 
				
			||||||
chown -R searxng:searxng /var/log/uwsgi /var/run/uwsgi-logrotate
 | 
					 | 
				
			||||||
unset MORTY_KEY
 | 
					unset MORTY_KEY
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Start uwsgi
 | 
					# Start uwsgi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -27,18 +27,13 @@ chdir = /usr/local/searxng/searx/
 | 
				
			||||||
# automatically set processes name to something meaningful
 | 
					# automatically set processes name to something meaningful
 | 
				
			||||||
auto-procname = true
 | 
					auto-procname = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Disable logging for privacy
 | 
					# Disable request logging for privacy
 | 
				
			||||||
disable-logging = true
 | 
					disable-logging = true
 | 
				
			||||||
 | 
					log-5xx = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set the max size of a request (request-body excluded)
 | 
					# Set the max size of a request (request-body excluded)
 | 
				
			||||||
buffer-size = 8192
 | 
					buffer-size = 8192
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# But keep errors for 2 days
 | 
					 | 
				
			||||||
touch-logrotate = /run/uwsgi-logrotate
 | 
					 | 
				
			||||||
unique-cron = 15 0 -1 -1 -1 { touch /run/uwsgi-logrotate  }
 | 
					 | 
				
			||||||
log-backupname = /var/log/uwsgi/uwsgi.log.1
 | 
					 | 
				
			||||||
logto = /var/log/uwsgi/uwsgi.log
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# No keep alive
 | 
					# No keep alive
 | 
				
			||||||
# See https://github.com/searx/searx-docker/issues/24
 | 
					# See https://github.com/searx/searx-docker/issues/24
 | 
				
			||||||
add-header = Connection: close
 | 
					add-header = Connection: close
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue