Update fusionpbx (#403)

* Update fusionpbx

added ipv6 support to port 80 and 443 [::]:

* Update fusionpbx
This commit is contained in:
Arsenie Ciprian 2023-01-09 20:11:29 +02:00 committed by GitHub
parent 145575a8d1
commit f4677be0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ server {
}
server {
listen [::]:80;
listen 80;
server_name fusionpbx;
@ -178,6 +179,7 @@ server {
}
server {
listen [::]:443 ssl;
listen 443 ssl;
#listen 443 ssl http2;
server_name fusionpbx;