Updated nginx to toggle ssl

This commit is contained in:
2025-04-12 23:21:25 -04:00
parent 261daa8644
commit 99f23cb05b
7 changed files with 60 additions and 9 deletions

3
.env
View File

@@ -1,7 +1,8 @@
RUST_LOG=warn,api=info
NGINX_HOST=localhost
NGINX_PROTOCOL=https
NGINX_SSL_ENABLED=false
NGINX_PROTOCOL=http
NGINX_HTTP_PORT=8080
NGINX_HTTPS_PORT=8443
NGINX_MINIO_HOST=host.docker.internal