[SOGo] SOGo refuses to bind to IPv6, so force IPv4 in proxy_pass, fixes #1006
This commit is contained in:
1
data/conf/nginx/templates/sogo.template
Normal file
1
data/conf/nginx/templates/sogo.template
Normal file
@@ -0,0 +1 @@
|
||||
proxy_pass http://${IPV4_NETWORK}.248:20000;
|
1
data/conf/nginx/templates/sogo_eas.template
Normal file
1
data/conf/nginx/templates/sogo_eas.template
Normal file
@@ -0,0 +1 @@
|
||||
proxy_pass http://${IPV4_NETWORK}.248:20000/SOGo/Microsoft-Server-ActiveSync;
|
0
data/conf/nginx/templates/sogo_proxy.template
Normal file
0
data/conf/nginx/templates/sogo_proxy.template
Normal file
Reference in New Issue
Block a user