back
8 comments
The load balancer or nginx etc. is running but 0 bytes are sent as content

    < HTTP/2 200
    < accept-ranges: bytes
    < alt-svc: h3=":443"; ma=2592000
    < content-security-policy: default-src 'none'; img-src 'self' data:; style-src 'self' 'unsafe-inline'  
    < content-type: text/html; charset=utf-8
    < last-modified: Wed, 08 Oct 2025 04:02:13 GMT
    < strict-transport-security: max-age=31536000
    < vary: Accept-Encoding
    < content-length: 0
I also get an empty page (content-length: 0)
Appears to be back up for me now
curl -i https://lobste.rs/

gives me the following

HTTP/1.1 200 OK<br> Accept-Ranges: bytes<br> Content-Length: 0<br> Content-Security-Policy: default-src 'none'; img-src 'self' data:; style-src 'self' 'unsafe-inline'<br> Content-Type: text/html; charset=utf-8<br> Etag: "ddcmmk7eoism0"<br> Last-Modified: Wed, 08 Oct 2025 03:39:21 GMT<br> Strict-Transport-Security: max-age=31536000<br> Vary: Accept-Encoding<br> Date: Wed, 08 Oct 2025 03:39:22 GMT<br>

content length 0 confirmed
confirm empty page
works for me
no