Files
whaticket-community/frontend/.docker/nginx/include.d/ssl.conf
2022-02-14 08:42:48 -03:00

4 lines
85 B
Plaintext

listen 443 ssl http2;
listen [::]:443 ssl http2;
include include.d/letsencrypt.conf;