1
0
Fork 0
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:
Bernhard Reiter 2022-02-11 15:36:08 +01:00
parent 595411d11d
commit a39c8669d9
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -7,7 +7,7 @@ The following instructions are for an Debian 11 server setup.
```(shell) ```(shell)
apt-get install nginx fcgiwrap apt-get install nginx fcgiwrap
cp /usr/share/doc/fcgiwrap/examples/nginx.conf /etc/nginx/fcgiwrap.conf 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 status fcgiwrap.socket
systemctl is-enabled fcgiwrap.service systemctl is-enabled fcgiwrap.service
systemctl is-enabled fcgiwrap.socket systemctl is-enabled fcgiwrap.socket