Bugfix in nginx configuration

Original configuration provided did not work, figured this could be the solution. It works at least.
This commit is contained in:
Kevin Köck
2018-12-12 15:18:36 +01:00
committed by Backportbot
parent 1d802d5b1f
commit c1f09abaf6

View File

@@ -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.