Enable HTTPS production deployment on Sinbad2 via Apache reverse proxy.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user