2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

feat: 为生成的web服务器编辑添加请勿修改标识

This commit is contained in:
2026-01-13 23:58:03 +08:00
parent c07a60d1c8
commit c9a00cc502
7 changed files with 22 additions and 5 deletions

View File

@@ -15,7 +15,8 @@ const (
)
// DefaultVhostConf 默认配置模板
const DefaultVhostConf = `<VirtualHost *:80>
const DefaultVhostConf = `# Auto-generated by AcePanel. DO NOT EDIT MANUALLY!
<VirtualHost *:80>
ServerName localhost
DocumentRoot /opt/ace/sites/default/public
DirectoryIndex index.php index.html