diff --git a/conf/nginx.conf b/conf/nginx.conf index 2ea6460..b21f6da 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -22,10 +22,7 @@ location / { set $proxpass "http://127.0.0.1:__PORT_UI__"; - if ($http_accept ~ "^application/activity+json") { - set $proxpass "http://127.0.0.1:__PORT__"; - } - if ($http_accept = "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"") { + if ($http_accept ~ "^application/.*$") { set $proxpass "http://127.0.0.1:__PORT__"; } if ($request_method = POST) {