tangled
alpha
login
or
join now
grain.social
/
grain
38
fork
atom
grain.social is a photo sharing platform built on atproto.
38
fork
atom
overview
issues
2
pulls
pipelines
route /xrpc/social.grain.* to appview
chadtmiller.com
8 months ago
0875518a
6005b6fd
+7
1 changed file
expand all
collapse all
unified
split
services
nginx
nginx.conf
+7
services/nginx/nginx.conf
···
29
29
return 403;
30
30
}
31
31
32
32
+
location ~ ^/xrpc/social\.grain\..* {
33
33
+
proxy_pass $appview;
34
34
+
proxy_set_header Host $host;
35
35
+
proxy_set_header Upgrade $http_upgrade;
36
36
+
proxy_set_header Connection $connection_upgrade;
37
37
+
}
38
38
+
32
39
location /xrpc {
33
40
proxy_pass $pds;
34
41
proxy_set_header Host $host;