Merge pull request #1033 from kevinkk525/patch-1

Bugfix in nginx configuration
This commit is contained in:
Roeland Jago Douma 2018-12-13 20:52:11 +01:00 committed by GitHub
commit 30eb5e8ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.