Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Non-required configuration items exist in install.sh file,in the web module #2294

Closed
2 tasks done
yyuser5201314 opened this issue Jun 16, 2022 · 0 comments
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@yyuser5201314
Copy link
Contributor

yyuser5201314 commented Jun 16, 2022

Search before asking

  • I searched the issues and found no similar issues.

Linkis Component

web

What happened + What you expected to happen

前端web模块安装脚本install.sh文件中存在非必须配置项:
location /linkis/visualis {
root ${linkis_basepath}/linkis/visualis; # 静态文件目录
autoindex on;
}

Non-required configuration items exist in install.sh file,in the web module
location /linkis/visualis {
root ${linkis_basepath}/linkis/visualis; # 静态文件目录
autoindex on;
}

Relevent platform

dev-1.1.3

Reproduction script

location /linkis/visualis {
root ${linkis_basepath}/linkis/visualis; # 静态文件目录
autoindex on;
}

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@yyuser5201314 yyuser5201314 added the bug Something isn't working label Jun 16, 2022
@yyuser5201314 yyuser5201314 changed the title [Bug] [Bug] Non-required configuration items exist in install.sh file,in the web module‘s Jun 16, 2022
@yyuser5201314 yyuser5201314 changed the title [Bug] Non-required configuration items exist in install.sh file,in the web module‘s [Bug] Non-required configuration items exist in install.sh file,in the web module Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

2 participants