Add IPv6 support to polylith nginx conf also

This commit is contained in:
TR_SLimey 2020-11-14 15:06:33 +00:00 committed by GitHub
parent 9b93b97835
commit 73a3f0f835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
server {
listen 443 ssl;
listen 443 ssl; # IPv4
listen [::]:443; # IPv6
server_name my.hostname.com;
ssl_certificate /path/to/fullchain.pem;