diff options
author | Hakaba Hitoyo <hakabahitoyo@yahoo.co.jp> | 2018-01-26 22:58:58 +0000 |
---|---|---|
committer | Hakaba Hitoyo <hakabahitoyo@yahoo.co.jp> | 2018-01-26 22:58:58 +0000 |
commit | 9c0c40cf1e11fb0e59dd675e867e97e6369c7b80 (patch) | |
tree | 600fd5c1633feb914bcbf9d6cd3fb6bcbc999934 /installation | |
parent | d49109ca17f980e118cd5ab97bc1139e3bd14402 (diff) | |
download | pleroma-9c0c40cf1e11fb0e59dd675e867e97e6369c7b80.tar.gz pleroma-9c0c40cf1e11fb0e59dd675e867e97e6369c7b80.zip |
Access-Control-Allow-Origin
Diffstat (limited to 'installation')
-rw-r--r-- | installation/pleroma.nginx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index 4e88a426d..58d24f81d 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"; |