Files
GenExam-IA/deploy/apache-reverse-proxy.conf
T
Mireya Cueto Garrido ca6d370585 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.
2026-06-02 13:26:34 +02:00

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/