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 2019/11/24 13:36:11 UTC

[GitHub] [incubator-apisix] membphis commented on a change in pull request #894: Resolve #882 and simplify conf

membphis commented on a change in pull request #894: Resolve #882 and simplify conf
URL: https://github.com/apache/incubator-apisix/pull/894#discussion_r349924364
 
 

 ##########
 File path: bin/apisix
 ##########
 @@ -234,14 +234,7 @@ http {
             }
         }
 
-        location = /apisix/dashboard {
-            content_by_lua_block {
-                ngx.exec("/apisix/dashboard/")
-            }
-        }
-
-        location /apisix/dashboard/ {
-            index index.html;
+        location /apisix/dashboard {
 
 Review comment:
   Synchronize this change to `conf/nginx.conf`.

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


With regards,
Apache Git Services