fix: update web project port from 5000 to 5140 for Caddy reverse proxy alignment #19
Reference in New Issue
Block a user
Delete Branch "fix/update-web-port-to-5140"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Updates the web application port configuration from 5000 to 5140 to align with Caddy reverse proxy routing on staging and production environments.
Changes
Why
Staging (myai.easysoft.ro) and production (myai.ro) use Caddy reverse proxy that forwards requests to port 5140. Local development should match this configuration to ensure consistency and prevent port-related issues during deployment.
Testing
This is a minimal configuration change with no code modifications.
Pull request closed