Skip to content

Commit e09e3d6

Browse files
authored
Improve redirect behaviour (hestiacp#3503)
1 parent 0d36aad commit e09e3d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/v-add-web-domain-redirect

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ if [ -n "$path" ]; then
9898
if [ "$lastchr" = "/" ]; then
9999
requesturi=1
100100
fi
101+
else
102+
requesturi=1
101103
fi
102104

103105
# Insert redirect commands

0 commit comments

Comments
 (0)