Skip to content

Commit 412cee0

Browse files
author
Thom
committed
Fix proxy re-sets to No redirect (#6086)
1 parent 07dcf84 commit 412cee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/templates/web_vhost_domain_redirect.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
jQuery('#redirect_type option[value="redirect"]').hide();
8787
jQuery('#redirect_type option[value="permanent"]').hide();
8888
//jQuery('#redirect_type option[value="proxy"]').hide();
89-
if(selected != "no" && selected != "" && selected != "R" && selected != "L" && selected != "R,L" && selected != "R=301,L") jQuery('#redirect_type option[value="no"]').attr('selected', 'selected');
89+
if(selected != "no" && selected != "" && selected != "R" && selected != "L" && selected != "R,L" && selected != "R=301,L" && selected != "proxy") jQuery('#redirect_type option[value="no"]').attr('selected', 'selected');
9090
jQuery('.nginx').hide();
9191
}
9292
});

0 commit comments

Comments
 (0)