Clean up and upgrades related to Python requirements, Flask, and FastAPI.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user