Commit graph

4 commits

Author SHA1 Message Date
Vadym Samoilenko
8484aab187 Fix Apache rewrite — match by extension instead of REQUEST_FILENAME
REQUEST_FILENAME doesn't resolve correctly with Alias; use extension check instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 13:54:19 +00:00
Vadym Samoilenko
a6e688d2b9 Remove SSL from Apache config — SSL terminates at load balancer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 13:42:21 +00:00
Vadym Samoilenko
91a0104138 Fix frontend base path and Apache config for /olivas/ subpath
- Add base: '/olivas/' to Vite config so assets resolve correctly
- Switch Apache DocumentRoot to /var/www/html with Alias for /olivas/
- Fix RewriteBase to /olivas/ for SPA routing

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 13:38:31 +00:00
Vadym Samoilenko
c6cd329c2f Deploy to optical-dev.oliver.solutions
- Update Azure redirect URI and CORS origins to optical-dev
- Remove root requirement from deploy.sh, use chmod instead of chown
- Make CORS_ORIGINS configurable via env var in docker-compose
- Add Apache VirtualHost config for optical-dev.oliver.solutions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 13:02:04 +00:00