diff --git a/installer.sh b/installer.sh index 087ce47..c0ebf57 100644 --- a/installer.sh +++ b/installer.sh @@ -166,6 +166,15 @@ server { if (\$http_cookie = "PHPSESSID") { set \$no_cache 1; } + +location ^~ /rainloop/data { + deny all; +} + +location ^~ /data { + deny all; +} + } EOF