From 3dc8dc57b32b22284131396f7e4f880c813180be Mon Sep 17 00:00:00 2001
From: Ahmed Hamouda <ahmed.hamouda@minervis.com>
Date: Mon, 08 Jun 2026 17:58:37 +0000
Subject: [PATCH] update test server env settings to kallichore

---
 APACHE-config/apache-config.conf |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/APACHE-config/apache-config.conf b/APACHE-config/apache-config.conf
index 463f31c..199dd30 100644
--- a/APACHE-config/apache-config.conf
+++ b/APACHE-config/apache-config.conf
@@ -4,3 +4,13 @@
     ProxyPreserveHost On
     ProxyPass /popcorn http://localhost:4101
     ProxyPassReverse /popcorn http://localhost:4101
+
+    # SPA is handled by app.js!
+    # Rewrite for SPA
+#	<Location /popcorn/ui >
+#		RewriteEngine on
+#		RewriteCond %{REQUEST_FILENAME} !-d
+#		RewriteCond %{REQUEST_FILENAME} !-f
+#		RewriteRule . /popcorn/ui/index.html [L]
+#	</Location>
+

--
Gitblit v1.8.0