REST Service for POPCORN - ILIAS
alex
2025-11-27 a8c152f255665bc4eae00cc5a7f266cc9e7ffa51
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>