Work on nginx and server names
This commit is contained in:
@@ -10,6 +10,11 @@ OSIT_WEB_HTTPS_PORT=4443
|
||||
# For now this extra host variable is important for the AE Flask app to connect to the AE FastAPI API.
|
||||
DOCKER_AE_APP_EXTRA_HOST=dev-api.oneskyit.com:192.168.32.20
|
||||
|
||||
# This needs to be updated for each client's subdomain.
|
||||
# This is not currently working with the nginx Docker Compose. It uses envsubst with a template conf file.
|
||||
OSIT_NGINX_SERVER_NAMES=flask_gunicorn.localhost,demo.localhost,dev.localhost,dev.oneskyit.com,dev-app.oneskyit.com,dev-connect.oneskyit.com,*.dev-connect.oneskyit.com,dev-demo.oneskyit.com,*.dev-demo.oneskyit.com,test-app.oneskyit.com
|
||||
|
||||
|
||||
# Aether general shared config options
|
||||
# For general shared config options like API access and use, database access and use, Redis, and SMTP
|
||||
# home development, live testing, live production, onsite development, onsite testing, onsite production???
|
||||
|
||||
Reference in New Issue
Block a user