Browse Source

[Nginx] Fix 301 to SOGo

andryyy 5 years ago
parent
commit
9257fa90d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/conf/nginx/includes/site-defaults.conf

+ 1 - 1
data/conf/nginx/includes/site-defaults.conf

@@ -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;
   }
   }