home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 504663201

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/514#issuecomment-504663201 https://api.github.com/repos/simonw/datasette/issues/514 504663201 MDEyOklzc3VlQ29tbWVudDUwNDY2MzIwMQ== 9599 2019-06-22T12:49:56Z 2019-06-22T12:49:56Z OWNER

Here are some partial notes I have saved from an nginx configuration I've used in the past: ``` cat /etc/nginx/sites-available/default server { listen 80 default_server; listen [::]:80 default_server;

    location / {
            proxy_pass http://127.0.0.1:8001/;
    proxy_set_header Host $host;
    }

... ```

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