bzp2010 commented on code in PR #12566:
URL: https://github.com/apache/apisix/pull/12566#discussion_r2311872326
##########
apisix/cli/ngx_tpl.lua:
##########
@@ -651,6 +651,7 @@ http {
{% if enable_admin_ui then %}
location = /ui {
+ absolute_redirect off;
Review Comment:
Please add comments to explain why this directive is needed and how it works.
This is mainly to make a record to prevent future developers from
accidentally removing or damaging it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]