home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1000471782

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1578#issuecomment-1000471782 https://api.github.com/repos/simonw/datasette/issues/1578 1000471782 IC_kwDOBm6k_c47ofzm 9599 2021-12-23T18:44:01Z 2021-12-23T18:44:01Z OWNER

The example nginx config on https://docs.datasette.io/en/stable/deploying.html#nginx-proxy-configuration is currently:

``` daemon off;

events { worker_connections 1024; } http { server { listen 80; location /my-datasette { proxy_pass http://127.0.0.1:8009/my-datasette; proxy_set_header Host $host; } } } ``` This looks to me like it might exhibit the bug. Need to confirm that and figure out an alternative.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1087919372  
Powered by Datasette · Queries took 0.734ms · About: github-to-sqlite