mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
refactor: migrate to new cosy
This commit is contained in:
parent
6082aef5d5
commit
33a996e777
111 changed files with 1163 additions and 1772 deletions
|
@ -290,9 +290,12 @@ install_config() {
|
|||
if [[ ! -f "$DataPath/app.ini" ]]; then
|
||||
cat > "$DataPath/app.ini" << EOF
|
||||
[server]
|
||||
HOST = 127.0.0.1
|
||||
PORT = 9000
|
||||
RunMode = release
|
||||
HttpPort = 9000
|
||||
HTTPChallengePort = 9180
|
||||
|
||||
[cert]
|
||||
HTTPChallengePort = 9180
|
||||
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