代码拉取完成,页面将自动刷新
# 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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。