diff options
-rw-r--r-- | conf/afm-launch.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/afm-launch.conf.in b/conf/afm-launch.conf.in index b467ccd..70083f3 100644 --- a/conf/afm-launch.conf.in +++ b/conf/afm-launch.conf.in @@ -19,7 +19,7 @@ mode local #----------------- text/html - /usr/bin/afb-daemon --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon + /usr/bin/afb-daemon --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --roothttp=. --token=%S --sessiondir=%D/.afb-daemon /usr/bin/web-runtime http://localhost:%P/%c?token=%S application/x-executable @@ -52,6 +52,6 @@ mode remote #----------------- text/html - /usr/bin/afb-daemon --mode=remote --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon + /usr/bin/afb-daemon --mode=remote --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --roothttp=. --token=%S --sessiondir=%D/.afb-daemon http://%%h:%P/%c?token=%S |