update Nginx configuration for SSL support and add DH parameters

This commit is contained in:
2025-08-06 00:01:33 +03:00
parent 926b4d59bd
commit 3bdb8a2768
3 changed files with 57 additions and 3 deletions

View File

@ -34,7 +34,7 @@ services:
target: /app/run
read_only: false
- type: bind
source: ./certbot/www
source: ./certbot/conf
target: /var/www/certbot
read_only: true
restart: unless-stopped