ca6d370585
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.
8 lines
358 B
Plaintext
8 lines
358 B
Plaintext
# Fragmento para el VirtualHost de sinbad2.ujaen.es (HTTPS).
|
|
# Sin esto, /generadorexamenesllm/ lo atiende el CMS de Sinbad2 y no la app Docker.
|
|
|
|
ProxyPass /generadorexamenesllm http://host.docker.internal:8075/
|
|
ProxyPassReverse /generadorexamenesllm http://host.docker.internal:8075/
|
|
|
|
# URL pública: https://sinbad2.ujaen.es/generadorexamenesllm/
|