Enable HTTPS production deployment on Sinbad2 via Apache reverse proxy.

This commit is contained in:
Mireya Cueto Garrido
2026-06-03 10:41:02 +02:00
parent 31be326f2c
commit cccbe15275
22 changed files with 264 additions and 28 deletions
+3 -2
View File
@@ -17,6 +17,7 @@
# - Backend ejecutado fuera de Docker (uvicorn --port 8000):
# VITE_API_URL=http://localhost:8000/api
#
# - Producción (ya definido en .env):
# VITE_API_URL=http://sinbad2.ujaen.es:8070/api
# - Producción Sinbad2 (HTTPS, prefijo /deckofcards; build en docker-compose.prod.yaml):
# VITE_BASE_PATH=/deckofcards/
# VITE_API_URL=/deckofcards/api
VITE_API_URL=http://localhost:8070/api