mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-27 08:41:32 +00:00
[Nginx] Fix 301 to SOGo
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
client_max_body_size 0;
|
||||
}
|
||||
|
||||
location ~ /(?:S|s)ogo {
|
||||
location ~ /(?:S|s)ogo$ {
|
||||
return 301 $client_req_scheme://$http_host/SOGo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user