Clean up and upgrades related to Python requirements, Flask, and FastAPI.

This commit is contained in:
Scott Idem
2023-09-12 15:41:09 -04:00
parent 42b6e8ed08
commit 92baaccb48
12 changed files with 76 additions and 107 deletions

View File

@@ -24,7 +24,7 @@ server {
server {
listen 443 ssl;
listen [::]:443 ssl http2;
listen [::]:443 ssl;
# server_name ${DOCKER_PHPMYADMIN_SERVER_NAME};
server_name phpmyadmin-oneskyit.localhost phpmyadmin.oneskyit.com dev-phpmyadmin.oneskyit.com test-phpmyadmin.oneskyit.com;
@@ -49,4 +49,4 @@ server {
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $host;
}
}
}