mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
11 lines
310 B
Text
11 lines
310 B
Text
listen 0.0.0.0:%HTTPS_PORT% ssl %HTTP2%;
|
|
ssl_certificate %HTTPS_CERT%;
|
|
ssl_certificate_key %HTTPS_KEY%;
|
|
ssl_protocols %HTTPS_PROTOCOLS%;
|
|
ssl_prefer_server_ciphers off;
|
|
ssl_session_tickets off;
|
|
ssl_session_timeout 1d;
|
|
ssl_session_cache shared:MozSSL:10m;
|
|
%STRICT_TRANSPORT_SECURITY%
|
|
%SSL_DHPARAM%
|
|
%SSL_CIPHERS%
|