We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use this image, so I performed a simple test without making any modifications:
curl -k -I https://127.0.0.1:8889
HTTP/2 200 date: Fri, 14 Mar 2025 17:14:19 GMT content-type: text/html content-length: 32 last-modified: Sat, 23 Sep 2023 01:06:45 GMT etag: "650e3a25-20" x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block content-security-policy: object-src 'none'; frame-ancestors 'self'; form-action 'self'; block-all-mixed-content; sandbox allow-forms allow-same-origin allow-scripts allow-popups allow-downloads; base-uri 'self'; expires: Sat, 15 Mar 2025 17:14:19 GMT cache-control: max-age=86400 alt-svc: h3=":8889"; ma=86400 accept-ranges: bytes
I'm not sure what I did wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to use this image, so I performed a simple test without making any modifications:
2025/03/14 17:07:05 [warn] 1#1: "ssl_stapling" ignored, issuer certificate not found for certificate "/etc/nginx/ssl/localhost.crt"
curl -k -I https://127.0.0.1:8889
HTTP/2 200
date: Fri, 14 Mar 2025 17:14:19 GMT
content-type: text/html
content-length: 32
last-modified: Sat, 23 Sep 2023 01:06:45 GMT
etag: "650e3a25-20"
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
content-security-policy: object-src 'none'; frame-ancestors 'self'; form-action 'self'; block-all-mixed-content; sandbox allow-forms allow-same-origin allow-scripts allow-popups allow-downloads; base-uri 'self';
expires: Sat, 15 Mar 2025 17:14:19 GMT
cache-control: max-age=86400
alt-svc: h3=":8889"; ma=86400
accept-ranges: bytes
I'm not sure what I did wrong?
The text was updated successfully, but these errors were encountered: