Alexandros Ioannides 6 лет назад
Родитель
Сommit
ae8d0e33d7
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      install/deb/nginx/webmail.inc

+ 2 - 1
install/deb/nginx/webmail.inc

@@ -1,7 +1,8 @@
 location /webmail {
     alias /var/lib/roundcube/;
 
-    location ~ /(config|temp|logs) {
+    location ~ /(README.md|config|temp|logs|bin|SQL|INSTALL|LICENSE|CHANGELOG|UPGRADING) {
+        deny all;
         return 404;
     }