Update 'config/example'

This commit is contained in:
Robert @ Tech Addressed 2022-07-14 17:15:55 +00:00
parent 461de7b941
commit b8ff1a98a0
1 changed files with 0 additions and 3 deletions

View File

@ -1,12 +1,9 @@
server {
listen 80;
listen 443 ssl http2 ;
# server_name www.yourdomain.ext yourdomain.ext;
# ssl_certificate /etc/letsencrypt/live/yourdomain.ext/fullchain.pem;
# ssl_certificate_key /etc/letsencrypt/live/yourdomain.ext/privkey.pem;
include /etc/letsencrypt/options-ssl-nginx.conf;
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
add_header Strict-Transport-Security "max-age=31536000";