[Nginx] Fix 301 to SOGo
parent
ce15dda990
commit
9257fa90d4
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue