Refactor start-up parameters. Fixed embed bugs for Windows. Fixed wrong Content Type of .js file on some OS platforms.

This commit is contained in:
Hintay 2022-02-19 00:46:46 +08:00
parent 0cf6919d7b
commit 759a235e7e
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D
6 changed files with 47 additions and 41 deletions

View file

@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/nginx-ui -d /usr/local/etc/nginx-ui
ExecStart=/usr/local/bin/nginx-ui -d /usr/local/etc/nginx-ui/app.ini
Restart=on-failure
TimeoutStopSec=5
KillMode=mixed