]> source.dussan.org Git - nextcloud-server.git/commitdiff
Do not rewrite updater requests
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>
Thu, 28 Jan 2016 17:04:56 +0000 (20:04 +0300)
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>
Thu, 28 Jan 2016 17:04:56 +0000 (20:04 +0300)
.htaccess

index 1b516789563e387ea4727d8c7a9004bf7e1e5b99..4a4adce144c16579aeb7799fb12ab7135fedaeaa 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -59,6 +59,7 @@
   RewriteCond %{REQUEST_FILENAME} !/status.php
   RewriteCond %{REQUEST_FILENAME} !/ocs/v1.php
   RewriteCond %{REQUEST_FILENAME} !/ocs/v2.php
+  RewriteCond %{REQUEST_FILENAME} !/updater/
   RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*
   RewriteRule .* index.php [PT,E=PATH_INFO:$1]
 </IfModule>