This commit is contained in:
Mateusz Gruszczyński
2025-10-23 22:30:18 +02:00
parent 087d045dcb
commit ef65e11dff
2 changed files with 18 additions and 15 deletions

View File

@@ -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