Zoraxy

A general purpose HTTP reverse proxy and forwarding tool.

Accès

Admin console: http://<server-ip>:8000

Base proxy endpoints:

  • http://<server-ip>
  • https://<server-ip>

Create the admin account immediately on first access to the management console.

Fichiers et répertoires importants

  • Répertoire des applications : /root/zoraxy/
  • Fichier Docker Compose : /root/zoraxy/docker-compose.yml
  • Zoraxy configuration data: /root/zoraxy/config/
  • Docker volumes (runtime): /var/lib/docker/volumes/
  • Docker service logs: /var/lib/docker/containers/

Gestion des services

# Go to the application directory
cd /root/zoraxy
# Check container status
docker compose ps
# Restart all services
docker compose restart
# View live application logs:
docker compose logs -f
# Stop all services
docker compose down
# Start services again
docker compose up -d

Détails de la demande