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 654a5d3 commit 9912a7aCopy full SHA for 9912a7a
Tailscale/shared/ui/index.cgi
@@ -2,4 +2,4 @@
2
CONF=/etc/config/qpkg.conf
3
QPKG_NAME="Tailscale"
4
QPKG_ROOT=$(/sbin/getcfg ${QPKG_NAME} Install_Path -f ${CONF} -d"")
5
-exec ${QPKG_ROOT}/tailscale --socket=/tmp/tailscale/tailscaled.sock web -cgi
+exec "${QPKG_ROOT}/tailscale" --socket=/tmp/tailscale/tailscaled.sock web --cgi --prefix="/cgi-bin/qpkg/Tailscale/index.cgi/"
0 commit comments