1
0
Fork 0
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:
Fadi Abbud 2021-11-30 11:13:46 +01:00
parent 766a4395c7
commit fd851a7317

View file

@ -18,7 +18,7 @@ Content of `/etc/nginx/fcgiwrap.conf`
``` ```
# Include this file on your nginx.conf to support debian cgi-bin scripts using # Include this file on your nginx.conf to support debian cgi-bin scripts using
# fcgiwrap # fcgiwrap
location /cgi-bin/ { location /cgi-bin/ {
# Disable gzip (it makes scripts feel slower since they have to complete # Disable gzip (it makes scripts feel slower since they have to complete
# before getting gzipped) # before getting gzipped)
gzip off; gzip off;
@ -65,7 +65,7 @@ Create configuarion file under `/usr/lib/csaf/config.toml`:
key = "/usr/lib/csaf/private.asc" key = "/usr/lib/csaf/private.asc"
#tlps = ["green", "red"] #tlps = ["green", "red"]
domain = "http://192.168.56.102" domain = "http://192.168.56.102"
#no_passphrase = true` #no_passphrase = true
``` ```
with sui with sui