조락시

범용 HTTP 리버스 프록시 및 전달 도구입니다.

접근

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.

중요한 파일 및 디렉터리

  • 응용 프로그램 디렉터리: /root/zoraxy/
  • 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/

서비스 관리

# 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

신청 세부사항