first
This commit is contained in:
commit
5aa7d034f7
3292 changed files with 465160 additions and 0 deletions
5
data/conf/nginx/templates/sogo_eas.template.sh
Executable file
5
data/conf/nginx/templates/sogo_eas.template.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
if printf "%s\n" "${SKIP_SOGO}" | grep -E '^([yY][eE][sS]|[yY])+$' >/dev/null; then
|
||||
echo "return 410;"
|
||||
else
|
||||
echo "proxy_pass http://${IPV4_NETWORK}.248:20000/SOGo/Microsoft-Server-ActiveSync;"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue