mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 02:11:42 +02:00
Implemented the correct setup of the bbb administrator
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
listen {{ WEB_PORT }} ssl;
|
||||
listen [::]:{{ WEB_PORT }} ssl;
|
||||
http2;
|
||||
listen {{ WEB_PORT }} ssl http2;
|
||||
listen [::]:{{ WEB_PORT }} ssl http2;
|
||||
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_ecdh_curve X25519:P-256;
|
||||
|
Reference in New Issue
Block a user