Nov
03
2018
0
Cypher Lists
By mig
A current suggestion for secure cyphers can be found here: Cipherli.st – Strong Ciphers for Apache, nginx and Lighttpd
... and now for something completely different!
A current suggestion for secure cyphers can be found here: Cipherli.st – Strong Ciphers for Apache, nginx and Lighttpd
Eben schnell eine „allen Spidern - alles verbieten“ -robot.txt
anlegen?
geht auch in der nginx-conf kurz und gut:
location = /robots.txt {
return 200 'User-agent: *\nDisallow: /\n';
}
Zusätzlicher Vorteil: Egal ob die Anwendung in eine robots.txt
erstellt bzw. mitbringt oder nicht, nginx liefert nur disallow all aus.
To find a error in a complicated config (vhost) can be tricky. Following page gives a clue howto get good logs to analyze.