mirror of
				https://github.com/casjaysdevdocker/aria2
				synced 2025-10-31 14:07:19 -04:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
This commit is contained in:
		| @@ -72,7 +72,7 @@ CONTAINER_IP_ADDRESS="$(ip a 2>/dev/null | grep 'inet' | grep -v '127.0.0.1' | a | ||||
| # Overwrite variables | ||||
| SERVICE_PORT="6800" | ||||
| SERVICE_NAME="nginx" | ||||
| SERVICE_COMMAND="nginx -g 'daemon off;' -c /etc/nginx/nginx.conf" | ||||
| SERVICE_COMMAND="nginx -c /etc/nginx/nginx.conf" | ||||
| export exec_message="Starting $SERVICE_NAME on $CONTAINER_IP_ADDRESS:$SERVICE_PORT" | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| # Pre copy commands | ||||
|   | ||||
| @@ -1,6 +1,7 @@ | ||||
| # Default nginx configuration | ||||
| user                   root; | ||||
| worker_processes       1; | ||||
| daemon                 off;  | ||||
|  | ||||
| error_log              /proc/self/fd/2 error; | ||||
| pid                    /var/run/nginx.pid; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user