This repository has been archived on 2025-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
vue-with-websockets/caddy/README.md

15 lines
495 B
Markdown
Raw Permalink Normal View History

# Caddy
This directory contains the configuration for the Caddy web server.
## Purpose
Caddy is used as a reverse proxy to route traffic to the appropriate services:
- Requests to `/` are served by the frontend Vue.js application.
- Requests to `/ws` are proxied to the backend WebSocket server.
## Project Structure
- **Caddyfile**: The main configuration file for Caddy. It defines how Caddy should serve the application, including reverse proxying to the frontend and backend services.