You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/11/22 04:55:02 UTC

[GitHub] [apisix-dashboard] gxthrj commented on a change in pull request #397: fix: dashboard /user/login get error code 405

gxthrj commented on a change in pull request #397:
URL: https://github.com/apache/apisix-dashboard/pull/397#discussion_r528282569



##########
File path: compose/dashboard_conf/nginx.conf
##########
@@ -16,7 +16,8 @@ server {
     }
 
     location /apisix/admin {
-        proxy_pass http://manager:8080/apisix/admin;
+        proxy_pass http://192.17.5.15:8080/apisix/admin;

Review comment:
       It should not be changed here, not a problem here




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org