Skip to content

Commit 84eda1c

Browse files
Mathijs Westerhofmathijswesterhof
authored andcommitted
Updating modulesdir to start unitd properly
1 parent 63ea6e8 commit 84eda1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-regex-tester/regextester/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010

1111
echo "NGINX started"
1212

13-
unitd --modules /usr/lib/unit/modules/ --log /var/log/unit.log
13+
unitd --modulesdir /usr/lib/unit/modules/ --log /var/log/unit.log
1414

1515
i=$(curl --unix-socket /run/control.unit.sock -s -o /dev/null -w "%{http_code}" localhost/config)
1616
if [ "$i" != "200" ]; then

0 commit comments

Comments
 (0)