-
-
Save yannick/563668575d84f187694304af4766380a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user: nobody | |
hosts: | |
"foo.example.com:443": | |
listen: | |
host: 0.0.0.0 | |
port: 443 | |
ssl: | |
certificate-file: /etc/pki/tls/certs/foo.example.com-2015.crt | |
key-file: /etc/pki/tls/certs/foo.example.com-2015.key | |
minimum-version: TLSv1 | |
cipher-suite: "ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS" | |
cipher-preference: server | |
header.add: "X-XSS-Protection: 1;mode=block" | |
header.add: "X-Content-Type-Options: nosniff" | |
header.add: "X-UA-Compatible: IE=Edge" | |
header.add: "Strict-Transport-Security: max-age=31536000" | |
header.add: "Cache-Control: no-transform" | |
paths: | |
"/": | |
file.dir: "/path/to/www" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment