We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479c9c5 commit d2f78faCopy full SHA for d2f78fa
1 file changed
upd/convert-templates.sh
@@ -121,7 +121,7 @@ if [ -e "$TPL/nginx" ]; then
121
for tpl in $(ls $TPL/nginx |grep -v proxy_ip.tpl); do
122
check_symlink=$(grep disable_symlinks $TPL/nginx/$tpl)
123
if [ -z "$check_symlink" ]; then
124
- insert='disable_symlinks if_not_owner from=%docroot%;'
+ insert='disable_symlinks if_not_owner from=%home%\/%user%;'
125
sed -i "s/include %/$insert\n\n include %/" $TPL/nginx/$tpl
126
triggered='yes'
127
fi
0 commit comments