grain.social is a photo sharing platform built on atproto.

route /xrpc/social.grain.* to appview

Changed files
+7
services
nginx
+7
services/nginx/nginx.conf
··· 29 29 return 403; 30 30 } 31 31 32 + location ~ ^/xrpc/social\.grain\..* { 33 + proxy_pass $appview; 34 + proxy_set_header Host $host; 35 + proxy_set_header Upgrade $http_upgrade; 36 + proxy_set_header Connection $connection_upgrade; 37 + } 38 + 32 39 location /xrpc { 33 40 proxy_pass $pds; 34 41 proxy_set_header Host $host;