home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 709590337

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/1024#issuecomment-709590337 https://api.github.com/repos/simonw/datasette/issues/1024 709590337 MDEyOklzc3VlQ29tbWVudDcwOTU5MDMzNw== 9599 2020-10-15T21:06:24Z 2020-10-15T21:07:19Z OWNER From https://stackoverflow.com/questions/32549684/nginx-proxy-and-remove-proxy-pass-prefix/32550251 it looks like the config I should use is: ``` server { listen 80; server_name example.com; location /datasette/ { proxy_pass http://127.0.0.1:8001; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_read_timeout 90; } } ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 722674708  
Powered by Datasette · Queries took 3.023ms