File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -156,3 +156,11 @@ mysql.connector.errors.IntegrityError: 1048 (23000): Column 'author_id' cannot b
156
156
- visit https://localhost:4433/users/all
157
157
- visit https://localhost:4433/authors/all
158
158
- visit https://localhost:4433/books/all
159
+
160
+ ## Diagnostics
161
+
162
+ - HTTP/3 curl:
163
+
164
+ ```
165
+ $ docker run --rm ymuski/curl-http3 curl --http3 --verbose https://<nodeport service>:<nodeport>/healthz/ready
166
+ ```
Original file line number Diff line number Diff line change 1
1
accesslog = " /var/log/hypercorn/access.log"
2
2
errorlog = " /var/log/hypercorn/errors.log"
3
3
loglevel = " DEBUG"
4
- alt_svc_headers = [" h3=\" :4433 \" ; ma=3600, h3-34= \" :4433 \" ; ma=3600 " ]
4
+ alt_svc_headers = [" h3=\" :443 \" ; ma=86400 " ]
5
5
bind = [" 0.0.0.0:4433" ]
6
6
quic_bind = [" 0.0.0.0:4433" ]
7
7
insecure_bind = [" 0.0.0.0:8080" ]
You can’t perform that action at this time.
0 commit comments