Skip to content

Commit

Permalink
fix: issue with ssl vhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheo committed Dec 3, 2024
1 parent 04ab8bb commit 49084b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/sites-available/azuriom_443
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ server {
location ~ /\.(?!well-known).* {
deny all;
}
ssl on;
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHERSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCMSHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSAAES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHERSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCMSHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSAAES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
ssl_certificate /etc/nginx/ssl/CHANGE_FULL_CHAIN.crt;
ssl_certificate_key /etc/nginx/ssl/CHANGE.key;
add_header Referrer-Policy "no-referrer";
Expand Down

0 comments on commit 49084b0

Please sign in to comment.