From a380a465ce02059a630ef678fecd6666cbdf8f30 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Fri, 28 Nov 2025 10:21:00 +0000
Subject: [PATCH] GS-2333

---
 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