mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Remove a needless backtick
This commit is contained in:
parent
766a4395c7
commit
fd851a7317
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ Content of `/etc/nginx/fcgiwrap.conf`
|
|||
```
|
||||
# Include this file on your nginx.conf to support debian cgi-bin scripts using
|
||||
# fcgiwrap
|
||||
location /cgi-bin/ {
|
||||
location /cgi-bin/ {
|
||||
# Disable gzip (it makes scripts feel slower since they have to complete
|
||||
# before getting gzipped)
|
||||
gzip off;
|
||||
|
|
@ -65,7 +65,7 @@ Create configuarion file under `/usr/lib/csaf/config.toml`:
|
|||
key = "/usr/lib/csaf/private.asc"
|
||||
#tlps = ["green", "red"]
|
||||
domain = "http://192.168.56.102"
|
||||
#no_passphrase = true`
|
||||
#no_passphrase = true
|
||||
```
|
||||
|
||||
with sui
|
||||
Loading…
Add table
Add a link
Reference in a new issue