We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ea6e8 commit 84eda1cCopy full SHA for 84eda1c
nginx-regex-tester/regextester/start.sh
@@ -10,7 +10,7 @@ fi
10
11
echo "NGINX started"
12
13
-unitd --modules /usr/lib/unit/modules/ --log /var/log/unit.log
+unitd --modulesdir /usr/lib/unit/modules/ --log /var/log/unit.log
14
15
i=$(curl --unix-socket /run/control.unit.sock -s -o /dev/null -w "%{http_code}" localhost/config)
16
if [ "$i" != "200" ]; then
0 commit comments