mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
7 lines
216 B
Text
7 lines
216 B
Text
listen 0.0.0.0:443 ssl %HTTP2%;
|
|
ssl_certificate %HTTPS_CUSTOM_CERT%;
|
|
ssl_certificate_key %HTTPS_CUSTOM_KEY%;
|
|
ssl_protocols TLSv1.3;
|
|
ssl_prefer_server_ciphers off;
|
|
ssl_session_tickets off;
|
|
%STRICT_TRANSPORT_SECURITY%
|