fix: ACME HTTP-01 via nginx config without HTTPS redirect

This commit is contained in:
orohi
2026-06-17 06:12:54 +03:00
parent f2c05d15ec
commit 0000a8974d
8 changed files with 239 additions and 26 deletions
+6 -2
View File
@@ -49,15 +49,19 @@ services:
ACME_EMAIL: ${ACME_EMAIL:-}
ACME_STAGING: ${ACME_STAGING:-false}
SSL_STORAGE_PATH: /etc/ssl/panel
NGINX_SITES_DIR: /etc/nginx/panel
NGINX_RELOAD_CMD: ${NGINX_RELOAD_CMD:-}
ACME_HTTP_ADDR: ${ACME_HTTP_ADDR:-}
ports:
- "${HTTP_PORT:-8000}:8000"
- "80:80"
volumes:
- /var/www:/var/www
- panel_ssl:/etc/ssl/panel
- /etc/ssl/panel:/etc/ssl/panel
- /etc/nginx/panel:/etc/nginx/panel
depends_on:
postgres:
condition: service_healthy
volumes:
postgres_data:
panel_ssl: