mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix: update demo database and app.ini; enhance: migration
This commit is contained in:
parent
f8e17dc7e4
commit
925e61abf4
8 changed files with 85 additions and 15 deletions
|
@ -289,6 +289,9 @@ install_config() {
|
|||
mkdir -p "$DataPath"
|
||||
if [[ ! -f "$DataPath/app.ini" ]]; then
|
||||
cat > "$DataPath/app.ini" << EOF
|
||||
[app]
|
||||
PageSize = 10
|
||||
|
||||
[server]
|
||||
HOST = 0.0.0.0
|
||||
PORT = 9000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue