mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
Configure webroot letsencrypt
This commit is contained in:
@@ -36,7 +36,8 @@ services:
|
||||
- FRONTEND_SERVER_NAME=${FRONTEND_SERVER_NAME}
|
||||
- BACKEND_SERVER_NAME=${BACKEND_SERVER_NAME}
|
||||
volumes:
|
||||
- ./ssl/:/etc/nginx/ssl/
|
||||
- ./ssl/certs/:/etc/nginx/ssl/
|
||||
- ./ssl/www/:/var/www/letsencrypt/
|
||||
networks:
|
||||
- whaticket
|
||||
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
include include.d/letsencrypt.conf;
|
||||
Reference in New Issue
Block a user