@@ -1038,19 +1038,29 @@ curl -s -H "Host: test.nginx-proxy.tld" localhost/nginx-proxy-debug | jq
1038
1038
` ` ` json
1039
1039
{
1040
1040
"global": {
1041
+ "acme_http_challenge": "true",
1041
1042
"default_cert_ok": false,
1043
+ "default_host": null,
1042
1044
"default_root_response": "404",
1043
1045
"enable_access_log": true,
1044
1046
"enable_debug_endpoint": "true",
1047
+ "enable_http2": "true",
1048
+ "enable_http3": "false",
1049
+ "enable_http_on_missing_cert": "true",
1045
1050
"enable_ipv6": false,
1051
+ "enable_json_logs": false,
1046
1052
"external_http_port": "80",
1047
1053
"external_https_port": "443",
1048
- "nginx_proxy_version": "local",
1054
+ "hsts": "max-age=31536000",
1055
+ "https_method": "redirect",
1056
+ "log_format": null,
1057
+ "log_format_escape": null,
1058
+ "nginx_proxy_version": "1.6.3",
1059
+ "resolvers": "127.0.0.11",
1049
1060
"sha1_upstream_name": false,
1050
1061
"ssl_policy": "Mozilla-Intermediate",
1051
1062
"trust_downstream_proxy": true
1052
1063
},
1053
- "hostname": "test.nginx-proxy.tld",
1054
1064
"request": {
1055
1065
"host": "test.nginx-proxy.tld",
1056
1066
"http2": "",
@@ -1066,10 +1076,12 @@ curl -s -H "Host: test.nginx-proxy.tld" localhost/nginx-proxy-debug | jq
1066
1076
"cert_ok": false,
1067
1077
"default": false,
1068
1078
"enable_debug_endpoint": true,
1079
+ "hostname": "test.nginx-proxy.tld",
1069
1080
"hsts": "max-age=31536000",
1070
1081
"http2_enabled": true,
1071
1082
"http3_enabled": false,
1072
1083
"https_method": "noredirect",
1084
+ "is_regexp": false,
1073
1085
"paths": {
1074
1086
"/": {
1075
1087
"dest": "",
0 commit comments