Fix nginx.conf identation

This commit is contained in:
VirtuBox
2024-06-08 16:13:22 +02:00
parent 0235fe5920
commit 62707eba4e
3 changed files with 569 additions and 568 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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;