mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 00:03:09 -06:00
Add IPv6 support to polylith nginx conf also
This commit is contained in:
parent
9b93b97835
commit
73a3f0f835
|
|
@ -1,5 +1,6 @@
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl; # IPv4
|
||||||
|
listen [::]:443; # IPv6
|
||||||
server_name my.hostname.com;
|
server_name my.hostname.com;
|
||||||
|
|
||||||
ssl_certificate /path/to/fullchain.pem;
|
ssl_certificate /path/to/fullchain.pem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue