--- a/Allura/sandbox-test.ini
+++ b/Allura/sandbox-test.ini
@@ -28,7 +28,16 @@
load_test_data = true
cache_test_data = false
-static_root = /static/
+
+# Set the locations of some static resources
+# script_name is the path that is handled by the application
+# url_base is the prefix that references to the static resources should have
+ew.script_name = /nf/_ew_/
+ew.url_base = /nf/_ew_/
+static.script_name = /nf/_static_/
+static.url_base = /nf/_static_/
+
+stats.sample_rate=0
[app:main_without_authn]
use = main