mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix typo in provider-setup.md
This commit is contained in:
parent
595411d11d
commit
a39c8669d9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ The following instructions are for an Debian 11 server setup.
|
|||
```(shell)
|
||||
apt-get install nginx fcgiwrap
|
||||
cp /usr/share/doc/fcgiwrap/examples/nginx.conf /etc/nginx/fcgiwrap.conf
|
||||
systemctl status fcgiwrap.servic
|
||||
systemctl status fcgiwrap.service
|
||||
systemctl status fcgiwrap.socket
|
||||
systemctl is-enabled fcgiwrap.service
|
||||
systemctl is-enabled fcgiwrap.socket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue