Work to get Flask updated. General config clean up.

This commit is contained in:
Scott Idem
2023-10-19 12:05:21 -04:00
parent 92baaccb48
commit 14e046b77c
7 changed files with 153 additions and 8 deletions

View File

@@ -2,7 +2,13 @@ server {
listen 80;
listen [::]:80;
server_name ${DOCKER_AE_API_SERVER_NAME} fastapi.localhost api.localhost;
server_name
${DOCKER_AE_API_SERVER_NAME}
fastapi.localhost
api.localhost
# sr-api.oneskyit.com
;
# server_name
# fastapi_gunicorn.localhost
# dev-api.localhost
@@ -67,7 +73,13 @@ server {
listen 443 ssl;
listen [::]:443 ssl;
server_name ${DOCKER_AE_API_SERVER_NAME} fastapi.localhost api.localhost;
server_name
${DOCKER_AE_API_SERVER_NAME}
fastapi.localhost
api.localhost
# sr-api.oneskyit.com
;
# server_name
# fastapi_gunicorn.localhost
# dev-api.localhost