Public Folder Information

Note: This is the /public folder, not the application root.

Application Structure

The main application root is located in the /dist folder once the build process is complete.

Server Configuration

This application uses a two-tier server setup:

Request Flow

  1. Domain name resolves to Apache server
  2. Apache checks if the requested file exists in /public
  3. If found: Apache serves the static file directly
  4. If not found: Apache proxies the request to the Node.js application