From 3d93817b855dcbe1c4d2573faa2901ae3db0f7d8 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Fri, 28 Nov 2025 10:29:25 +0000
Subject: [PATCH] audit
---
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