X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fpleroma.nginx;h=f714792daa62a00db3236906f5df1b6ebbe969ac;hb=e47f60c05376b9e2af0c90a984014003aac22104;hp=4e88a426ddfc162887e2c49b86879c54c576daab;hpb=9093b2cf4923274572729f46b688ab12f5a0bfdc;p=akkoma diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index 4e88a426d..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"; @@ -34,6 +35,4 @@ server { proxy_pass http://localhost:4000; } - include snippets/well-known.conf; - }