Clean up and upgrades related to Python requirements, Flask, and FastAPI.
This commit is contained in:
@@ -44,8 +44,8 @@ server {
|
||||
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
# server_name docker.oneskyit.com ${DOCKER_OSIT_SERVER_NAME};
|
||||
server_name docker.oneskyit.com dev-docker.oneskyit.com test-docker.oneskyit.com prod-docker.oneskyit.com ${DOCKER_OSIT_SERVER_NAME};
|
||||
|
||||
Reference in New Issue
Block a user