X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fpleroma.nginx;h=f714792daa62a00db3236906f5df1b6ebbe969ac;hb=e47f60c05376b9e2af0c90a984014003aac22104;hp=92ed8f32ea8cd15c148db8b9548cc016dabf01a3;hpb=aceef36e5675253b32b0be4322b055e98a0154e7;p=akkoma diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index 92ed8f32e..f714792da 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -22,6 +22,7 @@ server { server_name example.tld; location / { + add_header 'Access-Control-Allow-Origin' '*'; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";