mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 10:17:17 +08:00
feat: 为生成的web服务器编辑添加请勿修改标识
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user