Commit 5a302bf8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update_nginx.sh: use 302 redirect

parent effb1aff
......@@ -46,7 +46,7 @@ EOF
if [ "$NGINX_disable_page_redirect" != 1 ] ; then
cat <<EOF
location = /$SUBDIR {
return 301 /$SUBDIR/\$is_args\$args;
return 302 /$SUBDIR/\$is_args\$args;
}
EOF
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment