[Nginx] Fix 301 to SOGo

This commit is contained in:
andryyy 2019-11-28 19:14:23 +01:00
parent ce15dda990
commit 9257fa90d4
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -166,7 +166,7 @@
client_max_body_size 0; client_max_body_size 0;
} }
location ~ /(?:S|s)ogo { location ~ /(?:S|s)ogo$ {
return 301 $client_req_scheme://$http_host/SOGo; return 301 $client_req_scheme://$http_host/SOGo;
} }