summaryrefslogtreecommitdiff
path: root/installation/pleroma.nginx
diff options
context:
space:
mode:
Diffstat (limited to 'installation/pleroma.nginx')
-rw-r--r--installation/pleroma.nginx3
1 files changed, 1 insertions, 2 deletions
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;
-
}