5 Star 9 Fork 6

anolis/keentune_ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
keentune.conf 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
tianweiweiliang 提交于 2023-12-28 14:44 . fix: update to v2.3.1
# Copyright (c) 2021-2023 Alibaba Cloud Computing Ltd.
# SPDX-License-Identifier: MulanPSL-2.0
Listen 8082
<VirtualHost *:8082>
ServerAlias localhost
ProxyPreserveHost On
ProxyRequests On
DocumentRoot "/usr/share/keentune/html/build"
<Directory "/usr/share/keentune/html/build">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
AliasMatch "^/(var|etc)/keentune(/keentuned)?(.*)$" "/$1/keentune/keentuned$3"
<DirectoryMatch "/(var|etc)/keentune/keentuned">
Require all granted
</DirectoryMatch>
AliasMatch "^/var/log/keentune(.*)$" "/var/log/keentune$1"
<DirectoryMatch "/var/log/keentune">
Require all granted
</DirectoryMatch>
ProxyPassMatch /(cmd|read|write) http://localhost:9871/$1
<proxy http://localhost:9871/(cmd|read|write)>
AllowOverride None
Order Deny,Allow
Allow from all
</proxy>
</VirtualHost>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anolis/keentune_ui.git
[email protected]:anolis/keentune_ui.git
anolis
keentune_ui
keentune_ui
master

搜索帮助