You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/06/16 08:34:01 UTC

[incubator-linkis] branch dev-1.1.3 updated: 修改install.sh (#2295)

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-1.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.1.3 by this push:
     new 06267f62f 修改install.sh (#2295)
06267f62f is described below

commit 06267f62f9e721edd260e76fc2d7893e019a2220
Author: yyuser5201314 <63...@users.noreply.github.com>
AuthorDate: Thu Jun 16 16:33:56 2022 +0800

    修改install.sh (#2295)
---
 web/install.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/web/install.sh b/web/install.sh
index 22e7f0535..ee0ff0d4f 100644
--- a/web/install.sh
+++ b/web/install.sh
@@ -81,10 +81,7 @@ linkisConf(){
             server_name  localhost;
             #charset koi8-r;
             #access_log  /var/log/nginx/host.access.log  main;
-            location /linkis/visualis {
-            root   ${linkis_basepath}/linkis/visualis; #static directory
-            autoindex on;
-            }
+            
             location / {
             root   ${linkis_basepath}/dist; #static directory
             index  index.html index.html;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org