Add helpful includes
Along with ensuring there are dhparams
This commit is contained in:
@ -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"';
|
||||
|
Reference in New Issue
Block a user