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:
@@ -0,0 +1,7 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user