Fix nginx.conf identation
This commit is contained in:
1131
CHANGELOG.md
1131
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -55,8 +55,8 @@ http {
|
|||||||
proxy_set_header Early-Data $ssl_early_data;
|
proxy_set_header Early-Data $ssl_early_data;
|
||||||
ssl_early_data on;
|
ssl_early_data on;
|
||||||
|
|
||||||
# enable http/2
|
# enable http/2
|
||||||
http2 on;
|
http2 on;
|
||||||
|
|
||||||
ssl_session_timeout 1d;
|
ssl_session_timeout 1d;
|
||||||
ssl_session_cache shared:SSL:50m;
|
ssl_session_cache shared:SSL:50m;
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ listen [::]:443 ssl;
|
|||||||
ssl_certificate {{ssl_live_path}}/{{domain}}/fullchain.pem;
|
ssl_certificate {{ssl_live_path}}/{{domain}}/fullchain.pem;
|
||||||
ssl_certificate_key {{ssl_live_path}}/{{domain}}/key.pem;
|
ssl_certificate_key {{ssl_live_path}}/{{domain}}/key.pem;
|
||||||
ssl_trusted_certificate {{ssl_live_path}}/{{domain}}/ca.pem;
|
ssl_trusted_certificate {{ssl_live_path}}/{{domain}}/ca.pem;
|
||||||
ssl_stapling_verify on;
|
ssl_stapling_verify on;
|
||||||
|
|||||||
Reference in New Issue
Block a user