5 Star 8 Fork 5

anolis/keentune_ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
keentune-ssl.conf 1.13 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 8083 https
<VirtualHost *:8083>
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>
SSLCertificateFile /etc/pki/ssl/keentune.crt
SSLCertificateKeyFile /etc/pki/ssl/keentune.key
</VirtualHost>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anolis/keentune_ui.git
git@gitee.com:anolis/keentune_ui.git
anolis
keentune_ui
keentune_ui
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891