fixes
This commit is contained in:
15
README.md
15
README.md
@@ -70,7 +70,7 @@ systemctl status angie.service --no-pager
|
||||
systemctl status npm.service --no-pager
|
||||
|
||||
# NPM UI
|
||||
# Default: http(s)://<your-host> (see summary printed by installer)
|
||||
# Default: http(s)://<your-host>:81 (see summary printed by installer)
|
||||
```
|
||||
|
||||
---
|
||||
@@ -90,25 +90,18 @@ systemctl status npm.service --no-pager
|
||||
**3) Config test fails on PID**
|
||||
- The **nginx wrapper** ensures `nginx -t` writes test PID to `/tmp`, not to `/run/angie/angie.pid`.
|
||||
|
||||
**4) `/etc/nginx` not pointing to Angie**
|
||||
- The installer ensures `/etc/nginx -> /etc/angie`. To fix manually:
|
||||
```bash
|
||||
sudo mv /etc/nginx /etc/nginx.bak # if it is a dir/file
|
||||
sudo ln -sfn /etc/angie /etc/nginx
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Uninstall (manual)
|
||||
```bash
|
||||
sudo systemctl disable --now npm.service angie.service || true
|
||||
sudo rm -f /usr/sbin/nginx /usr/local/bin/logrotate-npm || true
|
||||
# restore backups if you created any; remove /opt/npm, configs, etc. with care
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
MIT (unless your repo specifies otherwise).
|
||||
MIT
|
||||
|
||||
## Author linuxiarz.pl, Mateusz Gruszczyński
|
||||
## Author
|
||||
linuxiarz.pl, Mateusz Gruszczyński
|
||||
Reference in New Issue
Block a user