From df46e7171c2dd42b3084dffb19e705a54d1731ba Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Fri, 24 Oct 2025 09:32:15 +0000
Subject: [PATCH] GS-2375
---
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