mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
docs: update docs regarding to settings v2
This commit is contained in:
parent
60034145fa
commit
80cb8e1151
39 changed files with 1080 additions and 321 deletions
|
@ -290,12 +290,15 @@ install_config() {
|
|||
if [[ ! -f "$DataPath/app.ini" ]]; then
|
||||
cat > "$DataPath/app.ini" << EOF
|
||||
[server]
|
||||
HOST = 127.0.0.1
|
||||
HOST = 0.0.0.0
|
||||
PORT = 9000
|
||||
RunMode = release
|
||||
|
||||
[cert]
|
||||
HTTPChallengePort = 9180
|
||||
HTTPChallengePort = 9180
|
||||
|
||||
[terminal]
|
||||
StartCmd = login
|
||||
EOF
|
||||
echo "info: The default configuration file was installed to '$DataPath/app.ini' successfully!"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue