Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

更新p参数说明 #128

Merged
merged 2 commits into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ First go to [spamhaus](https://check.spamhaus.org/) and check your domain name a

## 2、Run

`./pmail` (Set the http port for the initialization interface with `-p` )
`./pmail -p 80`

> -p Set the http port of the bootstrap setup interface, the default is port 80, note that this parameter only affects the bootstrap setup phase, if you need to change the port after setup is complete, please modify the configuration file.

> [!IMPORTANT]
> The SSL certificate will not be set automatically if the bootstrap setup phase uses a port other than 80.

Or

Expand Down
7 changes: 6 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ PMail是一个追求极简部署流程、极致资源占用的个人域名邮箱

## 2、运行

`./pmail` (通过`-p`参数指定初始化界面的http端口)
`./pmail -p 80`

> `-p 指定引导设置界面的http端口,默认为80端口,注意该参数仅影响引导设置阶段,设置完成后如果需要修改端口请修改配置文件`

> [!IMPORTANT]
> 如果引导设置阶段使用非80端口,将无法自动设置SSL证书

或者

Expand Down