From 3c601280200f61f526b061d7c458e3aa7aec0cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20K=C3=B6ck?= Date: Wed, 12 Dec 2018 15:18:36 +0100 Subject: [PATCH] Bugfix in nginx configuration Original configuration provided did not work, figured this could be the solution. It works at least. --- admin_manual/installation/nginx.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin_manual/installation/nginx.rst b/admin_manual/installation/nginx.rst index b6e4e07ed..2c2ee40d6 100644 --- a/admin_manual/installation/nginx.rst +++ b/admin_manual/installation/nginx.rst @@ -91,8 +91,7 @@ webroot of your nginx installation. In this example it is # The following 2 rules are only needed for the user_webfinger app. # Uncomment it if you're planning to use this app. #rewrite ^/.well-known/host-meta /public.php?service=host-meta last; - #rewrite ^/.well-known/host-meta.json /public.php?service=host-meta-json - # last; + #rewrite ^/.well-known/host-meta.json /public.php?service=host-meta-json last; # The following rule is only needed for the Social app. # Uncomment it if you're planning to use this app.