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