Explorar o código

[Nginx] Fix 301 to SOGo

andryyy %!s(int64=5) %!d(string=hai) anos
pai
achega
9257fa90d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
   }