Add helpful includes

Along with ensuring there are dhparams
This commit is contained in:
Jake Howard
2023-12-20 22:29:42 +00:00
parent 2336e4dd5b
commit b32a63bd72
4 changed files with 68 additions and 0 deletions

View File

@ -18,9 +18,13 @@ http {
server_tokens off;
more_clear_headers "Server";
add_header Permissions-Policy "interest-cohort=()";
types_hash_max_size 2048;
types_hash_bucket_size 128;
include includes/proxy.conf;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';