From 77047bab4318200380b4e33e83b259a78f8ff6a6 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Mon, 17 Nov 2025 17:04:29 +0000
Subject: [PATCH] GS-2373
---
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