diff options
Diffstat (limited to 'conf/unit')
-rw-r--r-- | conf/unit/binder.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/unit/binder.inc b/conf/unit/binder.inc index a94e69d..ba5049e 100644 --- a/conf/unit/binder.inc +++ b/conf/unit/binder.inc @@ -18,14 +18,12 @@ IF_AGL_DEVEL \ --verbose \ --monitoring \ --port={{:#metatarget.http-port}} \ - --token=HELLO \ --roothttp=ON_CONTENT(application/vnd.agl.service, ., ON_PERM(:public:no-htdocs, ., htdocs)) \ ELSE \ IF_CONTENT(application/vnd.agl.service) \ --no-httpd \ ELSE \ --port={{:#metatarget.http-port}} \ - --random-token \ --roothttp=ON_PERM(:public:no-htdocs, ., htdocs) \ ENDIF \ ENDIF \ |