solventum-image-metadata/docs/apache
SamoilenkoVadym 856dacb7ab fix(config): correct Azure AD redirect URI and add Apache migration guide
- Update REDIRECT_URI to include /api/auth/microsoft/callback path
- Add production Azure AD credentials to .env.fastapi.example
- Create Apache migration guide with correct configuration

BREAKING CHANGE: Apache proxy must change from port 5001 to 8000
- Old: ProxyPass /solventum-image-metadata/ http://localhost:5001/
- New: ProxyPass /solventum-image-metadata/api http://localhost:8000

Frontend now served as static files, not proxied.

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-02-09 13:21:41 +00:00
..
apache-config.conf docs: add comprehensive deployment and migration documentation 2026-02-09 13:16:17 +00:00
APACHE-MIGRATION.md fix(config): correct Azure AD redirect URI and add Apache migration guide 2026-02-09 13:21:41 +00:00
setup-apache.sh docs: add comprehensive deployment and migration documentation 2026-02-09 13:16:17 +00:00