Fix production base path and ProxyPass docs for /generadorexamenesllm.

This removes the incorrect /deckofcars prefix, aligns CI/build defaults with the real public URL, and adds an Apache ProxyPass snippet so the request is routed to the Docker frontend instead of the Sinbad2 site.
This commit is contained in:
Mireya Cueto Garrido
2026-06-02 13:26:34 +02:00
parent 63f2d07bb3
commit ca6d370585
6 changed files with 24 additions and 13 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Base pública de la app cuando va tras proxy (debe terminar en /)
# Ejemplo producción UJA: /deckofcars/generadorexamenesllm/
VITE_APP_BASE_PATH=/deckofcars/generadorexamenesllm/
# Producción Sinbad2 (ProxyPass en Apache, sin /deckofcars):
VITE_APP_BASE_PATH=/generadorexamenesllm/
# URL base del backend (accesible desde el navegador).
# Si se deja vacía, usa la misma base de la app (recomendado tras proxy HTTPS).