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:
+2
-2
@@ -47,7 +47,7 @@ deploy_to_sinbad2:
|
||||
export BACKEND_PORT=$BACKEND_PORT
|
||||
export FRONTEND_PORT=$FRONTEND_PORT
|
||||
export ALLOWED_ORIGINS="https://sinbad2.ujaen.es,http://sinbad2.ujaen.es,http://sinbad2.ujaen.es:$FRONTEND_PORT"
|
||||
export VITE_APP_BASE_PATH="/deckofcars/generadorexamenesllm/"
|
||||
export VITE_APP_BASE_PATH="/generadorexamenesllm/"
|
||||
export VITE_API_URL=""
|
||||
|
||||
docker compose down --remove-orphans
|
||||
@@ -58,7 +58,7 @@ deploy_to_sinbad2:
|
||||
- echo "Despliegue completado."
|
||||
- echo "Backend -> http://sinbad2.ujaen.es:$BACKEND_PORT"
|
||||
- echo "Frontend -> http://sinbad2.ujaen.es:$FRONTEND_PORT"
|
||||
- echo "Public URL -> https://sinbad2.ujaen.es/deckofcars/generadorexamenesllm/"
|
||||
- echo "Public URL -> https://sinbad2.ujaen.es/generadorexamenesllm/"
|
||||
|
||||
only:
|
||||
- branches
|
||||
Reference in New Issue
Block a user