Przeglądaj źródła

[Nginx] Fix 301 to SOGo

andryyy 5 lat temu
rodzic
commit
9257fa90d4
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
   }
 
-  location ~ /(?:S|s)ogo {
+  location ~ /(?:S|s)ogo$ {
     return 301 $client_req_scheme://$http_host/SOGo;
   }