blob: b241ef0e71fdc526e1b2b7146324c4997da6f481 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001if printf "%s\n" "${SKIP_SOGO}" | grep -E '^([yY][eE][sS]|[yY])+$' >/dev/null; then
2 echo "return 410;"
3else
4 echo "proxy_pass http://${IPV4_NETWORK}.248:20000/SOGo/Microsoft-Server-ActiveSync;"
5fi